This is an automated email from the ASF dual-hosted git repository. marcuse pushed a commit to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit cbf974f2f0523f9daa2f8a4e2fc9f5baa6574343 Merge: 7f592803a4 76a7e43613 Author: Marcus Eriksson <[email protected]> AuthorDate: Fri Dec 5 12:57:31 2025 +0100 Merge branch 'cassandra-4.0' into cassandra-4.1 CHANGES.txt | 1 + src/java/org/apache/cassandra/db/Digest.java | 5 +++ .../cassandra/distributed/test/CountersTest.java | 49 ++++++++++++++++++++++ 3 files changed, 55 insertions(+) diff --cc CHANGES.txt index f20d7edbbd,5b4a438d09..8065859402 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,7 -1,5 +1,8 @@@ -4.0.20 +4.1.11 + * ReadCommandController should close fast to avoid deadlock when building secondary index (CASSANDRA-19564) + * Redact security-sensitive information in system_views.settings (CASSANDRA-20856) +Merged from 4.0: + * 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) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
