You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2021/07/02 18:50:46 UTC

[cassandra] 01/01: Merge branch 'cassandra-3.11' into cassandra-4.0

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

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

commit 8af0f90a52b232480eb09078b47a050a995a1fb6
Merge: bb3a39a fd9a282
Author: Brandon Williams <br...@apache.org>
AuthorDate: Fri Jul 2 13:50:03 2021 -0500

    Merge branch 'cassandra-3.11' into cassandra-4.0

 CHANGES.txt                                                 |  1 +
 .../db/compaction/TimeWindowCompactionStrategy.java         | 13 +++++++++----
 .../db/compaction/TimeWindowCompactionStrategyTest.java     | 10 ++++++++++
 3 files changed, 20 insertions(+), 4 deletions(-)

diff --cc CHANGES.txt
index dbbb705,28ea6e1..39ccbe9
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,32 -1,6 +1,33 @@@
 -3.11.11
 +4.0.1
 + * BinLog does not close chronicle queue leaving this to GC to cleanup (CASSANDRA-16774)
 + * Add repaired/unrepaired bytes back to nodetool (CASSANDRA-15282)
 + * Upgrade lz4-java to 1.8.0 to add RH6 support back (CASSANDRA-16753)
 + * Improve DiagnosticEventService.publish(event) logging message of events (CASSANDRA-16749)
 + * Cleanup dependency scopes (CASSANDRA-16704)
 + * Make JmxHistogram#getRecentValues() and JmxTimer#getRecentValues() thread-safe (CASSANDRA-16707)
 +Merged from 3.11:
+  * Enable tombstone compactions when unchecked_tombstone_compaction is set in TWCS (CASSANDRA-14496)
   * Read only the required SSTables for single partition queries (CASSANDRA-16737)
 +Merged from 3.0:
 + * Clean transaction log leftovers at the beginning of sstablelevelreset and sstableofflinerelevel (CASSANDRA-12519)
 +
 +4.0-rc2
 + * Avoid memoizing the wrong min cluster version during upgrades (CASSANDRA-16759)
 + * Obfuscate passwords in statements in QueryEvents (CASSANDRA-16669)
 + * Fix queries on empty partitions with static data (CASSANDRA-16686)
 + * Keep python driver in artifacts (CASSANDRA-16700)
 + * Improve AuditLogging documentation and logback.xml(CASSANDRA-16682)
 + * Spin up SEPWorker threads whenever we grow the number of work permits(CASSANDRA-16668)
 + * Add a warning to cqlsh 6.0.0 that DESCRIBE does not work with a Cassandra 3.x servers (CASSANDRA-16652)
 + * cqlsh: fix DESC TYPE with non-ascii character in the identifier (CASSANDRA-16400)
 + * Remove drivers dependency and bring cql_keywords_reserved on server side (CASSANDRA-16659)
 + * Fix in-browser "help", Python 3 (CASSANDRA-16658)
 + * Fix DROP COMPACT STORAGE for counters (CASSANDRA-16653)
 + * Add back validation for AlterTableStatements (CASSANDRA-16643)
 + * Fix cqlsh encoding error with unicode in multi-line statement (CASSANDRA-16539)
 + * Fix race in fat client removal (CASSANDRA-16238)
 + * Test org.apache.cassandra.net.AsyncPromiseTest FAILED (CASSANDRA-16596)
 +Merged from 3.11:
   * 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org