This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 73cd1d6b68a3aca146b800cd259a116b4d3144c2 Merge: 5519df34cb d242f8e58d Author: mck <[email protected]> AuthorDate: Tue Mar 10 20:11:08 2026 +0100 Merge branch 'cassandra-5.0' into trunk * cassandra-5.0: ninja CHANGES.txt entry for CASSANDRA-21052 CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --cc CHANGES.txt index 7d89df7e56,111f698949..68e5778058 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -393,27 -113,7 +393,27 @@@ Merged from 4.1 * Optionally skip exception logging on invalid legacy protocol magic exception (CASSANDRA-19483) * Fix SimpleClient ability to release acquired capacity (CASSANDRA-20202) * Fix WaitQueue.Signal.awaitUninterruptibly may block forever if invoking thread is interrupted (CASSANDRA-20084) + * Run audit_logging_options through santiation and validation on startup (CASSANDRA-20208) + * Enforce CQL message size limit on multiframe messages (CASSANDRA-20052) + * Fix race condition in DecayingEstimatedHistogramReservoir during rescale (CASSANDRA-19365) Merged from 4.0: + * Obsolete expired SSTables before compaction starts (CASSANDRA-19776) - * Switch lz4-java to at.yawk.lz4 version due to CVE (CASSANDRA-20152) ++ * Switch lz4-java to at.yawk.lz4 version due to CVE (CASSANDRA-21052) + * Restrict BytesType compatibility to scalar types only (CASSANDRA-20982) + * Backport fix to nodetool gcstats output for direct memory (CASSANDRA-21037) + * ArrayIndexOutOfBoundsException with repaired data tracking and counters (CASSANDRA-20871) + * Fix cleanup of old incremental repair sessions in case of owned token range changes or a table deleting (CASSANDRA-20877) + * Fix memory leak in BufferPoolAllocator when a capacity needs to be extended (CASSANDRA-20753) + * Leveled Compaction doesn't validate maxBytesForLevel when the table is altered/created (CASSANDRA-20570) + * Updated dtest-api to 0.0.18 and removed JMX-related classes that now live in the dtest-api (CASSANDRA-20884) + * Fixed incorrect error message constant for keyspace name length validation (CASSANDRA-20915) + * Prevent too long table names not fitting file names (CASSANDRA-20389) + * Update Jackson to 2.19.2 (CASSANDRA-20848) + * Update commons-lang3 to 3.18.0 (CASSANDRA-20849) + * Add NativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean (CASSANDRA-20642) + * Make secondary index implementations notified about rows in fully expired SSTables in compaction (CASSANDRA-20829) + * Ensure prepared_statement INSERT timestamp precedes eviction DELETE (CASSANDRA-19703) + * Gossip doesn't converge due to race condition when updating EndpointStates multiple fields (CASSANDRA-20659) * Handle sstable metadata stats file getting a new mtime after compaction has finished (CASSANDRA-18119) * Honor MAX_PARALLEL_TRANSFERS correctly (CASSANDRA-20532) * Updating a column with a new TTL but same expiration time is non-deterministic and causes repair mismatches. (CASSANDRA-20561) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
