diff --git a/CHANGES.txt b/CHANGES.txt index c5e54d448d..4a45469757 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -19,6 +19,7 @@ * Fix pending view mutations handling and cleanup batchlog when there are local and remote paired mutations (CASSANDRA-13069) * Improve config validation and documentation on overflow and NPE (CASSANDRA-13622) * Range deletes in a CAS batch are ignored (CASSANDRA-13655) + * Avoid assertion error when IndexSummary > 2G (CASSANDRA-12014) * Change repair midpoint logging for tiny ranges (CASSANDRA-13603) * Better handle corrupt final commitlog segment (CASSANDRA-11995) * StreamingHistogram is not thread safe (CASSANDRA-13756) @@ -117,7 +118,6 @@ Merged from 2.2: * Legacy caching options can prevent 3.0 upgrade (CASSANDRA-13384) * Nodetool upgradesstables/scrub/compact ignores system tables (CASSANDRA-13410) * Fix NPE issue in StorageService (CASSANDRA-13060) - * Avoid assertion error when IndexSummary > 2G (CASSANDRA-12014) Merged from 2.2: * Avoid starting gossiper in RemoveTest (CASSANDRA-13407) * Fix weightedSize() for row-cache reported by JMX and NodeTool (CASSANDRA-13393)