This is an automated email from the ASF dual-hosted git repository.

maedhroz pushed a commit to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit de1d7d76a1c7682dfcec63a3e24e37e19d683bef
Merge: 00af9a6 e8f961f
Author: Caleb Rackliffe <[email protected]>
AuthorDate: Thu Jul 15 15:02:34 2021 -0500

    Merge branch 'cassandra-3.0' into cassandra-3.11

 CHANGES.txt                                        |   1 +
 .../cassandra/schema/SpeculativeRetryParam.java    |   9 +-
 .../schema/SpeculativeRetryParamParseTest.java     | 106 +++++++++++++++++++++
 3 files changed, 112 insertions(+), 4 deletions(-)

diff --cc CHANGES.txt
index 3548a03,be040fc..5617761
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,18 -1,7 +1,19 @@@
 -3.0.25:
 +3.11.11
 + * Make cqlsh use the same set of reserved keywords than the server uses 
(CASSANDRA-15663)
 + * Optimize bytes skipping when reading SSTable files (CASSANDRA-14415)
 + * Enable tombstone compactions when unchecked_tombstone_compaction is set in 
TWCS (CASSANDRA-14496)
 + * Read only the required SSTables for single partition queries 
(CASSANDRA-16737)
 + * Fix LeveledCompactionStrategy compacts last level throw an 
ArrayIndexOutOfBoundsException (CASSANDRA-15669)
 + * Maps $CASSANDRA_LOG_DIR to cassandra.logdir java property when executing 
nodetool (CASSANDRA-16199)
 + * Nodetool garbagecollect should retain SSTableLevel for LCS 
(CASSANDRA-16634)
 + * Ignore stale acks received in the shadow round (CASSANDRA-16588)
 + * Add autocomplete and error messages for provide_overlapping_tombstones 
(CASSANDRA-16350)
 + * Add StorageServiceMBean.getKeyspaceReplicationInfo(keyspaceName) 
(CASSANDRA-16447)
 + * Make sure sstables with moved starts are removed correctly in 
LeveledGenerations (CASSANDRA-16552)
 + * Upgrade jackson-databind to 2.9.10.8 (CASSANDRA-16462)
 +Merged from 3.0:
+  * Make speculative retry parameter case-insensitive for backward 
compatibility with 2.1 (CASSANDRA-16467)
   * Push digest mismatch exceptions to trace (CASSANDRA-14900)
 - * Support long names in nodetool output (CASSANDRA-14162)
   * Handle correctly the exceptions thrown by custom QueryHandler constructors 
(CASSANDRA-16703)
   * Adding columns via ALTER TABLE can generate corrupt sstables 
(CASSANDRA-16735)
   * Add flag to disable ALTER...DROP COMPACT STORAGE statements 
(CASSANDRA-16733)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to