mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.11' into trunk
This commit is contained in:
commit
6afe13f6ff
|
|
@ -145,6 +145,7 @@
|
|||
3.11.1
|
||||
* Fix the computation of cdc_total_space_in_mb for exabyte filesystems (CASSANDRA-13808)
|
||||
* AbstractTokenTreeBuilder#serializedSize returns wrong value when there is a single leaf and overflow collisions (CASSANDRA-13869)
|
||||
* Add a compaction option to TWCS to ignore sstables overlapping checks (CASSANDRA-13418)
|
||||
* BTree.Builder memory leak (CASSANDRA-13754)
|
||||
* Revert CASSANDRA-10368 of supporting non-pk column filtering due to correctness (CASSANDRA-13798)
|
||||
* Add a skip read validation flag to cassandra-stress (CASSANDRA-13772)
|
||||
|
|
@ -159,9 +160,9 @@ Merged from 3.0:
|
|||
* Fix ISE thrown by UPI.Serializer.hasNext() for some SELECT queries (CASSANDRA-13911)
|
||||
* Filter header only commit logs before recovery (CASSANDRA-13918)
|
||||
* AssertionError prepending to a list (CASSANDRA-13149)
|
||||
* AssertionError prepending to a list (CASSANDRA-13149)
|
||||
* Fix support for SuperColumn tables (CASSANDRA-12373)
|
||||
* Handle limit correctly on tables with strict liveness (CASSANDRA-13883)
|
||||
* Fix missing original update in TriggerExecutor (CASSANDRA-13894)
|
||||
* Remove non-rpc-ready nodes from counter leader candidates (CASSANDRA-13043)
|
||||
* Improve short read protection performance (CASSANDRA-13794)
|
||||
* Fix sstable reader to support range-tombstone-marker for multi-slices (CASSANDRA-13787)
|
||||
|
|
@ -188,6 +189,7 @@ Merged from 3.0:
|
|||
* Copy session properties on cqlsh.py do_login (CASSANDRA-13640)
|
||||
* Potential AssertionError during ReadRepair of range tombstone and partition deletions (CASSANDRA-13719)
|
||||
* Don't let stress write warmup data if n=0 (CASSANDRA-13773)
|
||||
* Gossip thread slows down when using batch commit log (CASSANDRA-12966)
|
||||
* Randomize batchlog endpoint selection with only 1 or 2 racks (CASSANDRA-12884)
|
||||
* Fix digest calculation for counter cells (CASSANDRA-13750)
|
||||
* Fix ColumnDefinition.cellValueType() for non-frozen collection and change SSTabledump to use type.toJSONString() (CASSANDRA-13573)
|
||||
|
|
@ -203,6 +205,7 @@ Merged from 3.0:
|
|||
* Make concat work with iterators that have different subsets of columns (CASSANDRA-13482)
|
||||
* Set test.runners based on cores and memory size (CASSANDRA-13078)
|
||||
* Allow different NUMACTL_ARGS to be passed in (CASSANDRA-13557)
|
||||
* Allow native function calls in CQLSSTableWriter (CASSANDRA-12606)
|
||||
* Fix secondary index queries on COMPACT tables (CASSANDRA-13627)
|
||||
* Nodetool listsnapshots output is missing a newline, if there are no snapshots (CASSANDRA-13568)
|
||||
* sstabledump reports incorrect usage for argument order (CASSANDRA-13532)
|
||||
|
|
|
|||
Loading…
Reference in New Issue