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 ed904a72f41ed55acec9a26cff4f00a5fb1384c6
Merge: 853ae8c840 f9364e4f44
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Mon Apr 3 05:58:42 2023 -0500

    Merge branch 'cassandra-3.11' into cassandra-4.0

 .build/dependency-check-suppressions.xml | 5 +++++
 CHANGES.txt                              | 1 +
 2 files changed, 6 insertions(+)

diff --cc CHANGES.txt
index 924f7d82ff,8b61cdad82..d231ded448
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,36 -1,10 +1,37 @@@
 -3.11.15
 +4.0.9
 + * Avoid loading the preferred IP for BulkLoader streaming (CASSANDRA-18370)
 + * Fix BufferPool incorrect memoryInUse when putUnusedPortion is used 
(CASSANDRA-18311)
 + * Improve memtable allocator accounting when updating AtomicBTreePartition 
(CASSANDRA-18125)
 + * Update zstd-jni to version 1.5.4-1 (CASSANDRA-18259)
 + * Split and order IDEA workspace template VM_PARAMETERS (CASSANDRA-18242)
 +Merged from 3.11:
+  * Suppress CVE-2022-45688 (CASSANDRA-18389)
 - * Fix Splitter sometimes creating more splits than requested 
(CASSANDRA-18013)
  Merged from 3.0:
 - * Fix RepairJob unnecessarily reporting cancellation error (CASSANDRA-17701)
 + * Save host id to system.local and flush immediately after startup 
(CASSANDRA-18153)
   * Fix the ordering of sstables when running sstableupgrade tool 
(CASSANDRA-18143)
   * Fix default file system error handler for disk_failure_policy die 
(CASSANDRA-18294)
 +
 +4.0.8
 + * Log warning message on aggregation queries without key or on multiple keys 
(CASSANDRA-18219)
 + * Fix the output of FQL dump tool to properly separate entries 
(CASSANDRA-18215)
 + * Add cache type information for maximum memory usage warning message 
(CASSANDRA-18184)
 + * Fix NPE in fqltool dump on null value (CASSANDRA-18113)
 + * Improve unit tests performance (CASSANDRA-17427)
 + * Connect to listen address when own broadcast address is requested 
(CASSANDRA-18200)
 + * Add safeguard so cleanup fails when node has pending ranges 
(CASSANDRA-16418)
 + * Fix legacy clustering serialization for paging with compact storage 
(CASSANDRA-17507)
 + * Add support for python 3.11 (CASSANDRA-18088)
 + * Fix formatting of duration in cqlsh (CASSANDRA-18141)
 + * Fix sstable loading of keyspaces named snapshots or backups 
(CASSANDRA-14013)
 + * Avoid ConcurrentModificationException in STCS/DTCS/TWCS.getSSTables 
(CASSANDRA-17977)
 + * Restore internode custom tracing on 4.0's new messaging system 
(CASSANDRA-17981)
 + * Harden parsing of boolean values in CQL in PropertyDefinitions 
(CASSANDRA-17878)
 + * Fix error message about type hints (CASSANDRA-17915)
 + * Fix possible race condition on repair snapshots (CASSANDRA-17955)
 + * Fix ASM bytecode version inconsistency (CASSANDRA-17873)
 +Merged from 3.11:
 + * Fix Splitter sometimes creating more splits than requested 
(CASSANDRA-18013)
 +Merged from 3.0:
   * Introduce check for names of test classes (CASSANDRA-17964)
   * Suppress CVE-2022-41915 (CASSANDRA-18147)
   * Suppress CVE-2021-1471, CVE-2021-3064, CVE-2021-4235 (CASSANDRA-18149)


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

Reply via email to