ninja-fix: CHANGES.txt entry for CASSANDRA-15158 corrected to 3.11.10

ref: https://the-asf.slack.com/archives/CK23JSY2K/p1608217828111400
This commit is contained in:
Mick Semb Wever 2020-12-18 18:12:34 +01:00
parent 850157e7cf
commit 921609eff7
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@ Merged from 3.0:
* Remove the SEPExecutor blocking behavior (CASSANDRA-16186)
* Fix invalid cell value skipping when reading from disk (CASSANDRA-16223)
* Prevent invoking enable/disable gossip when not in NORMAL (CASSANDRA-16146)
* Wait for schema agreement when bootstrapping (CASSANDRA-15158)
Merged from 2.2:
* Fix the histogram merge of the table metrics (CASSANDRA-16259)
@ -23,7 +24,6 @@ Merged from 2.2:
* Avoid failing compactions with very large partitions (CASSANDRA-15164)
* Make sure LCS handles duplicate sstable added/removed notifications correctly (CASSANDRA-14103)
Merged from 3.0:
* Wait for schema agreement when bootstrapping (CASSANDRA-15158)
* Fix OOM when terminating repair session (CASSANDRA-15902)
* Avoid marking shutting down nodes as up after receiving gossip shutdown message (CASSANDRA-16094)
* Check SSTables for latest version before dropping compact storage (CASSANDRA-16063)