cassandra/test
Benedict Elliott Smith 13a3ae9297 Fix:
- DurabilityQueue/ShardScheduler deadlock
 - MemtableCleanerThread.Cleanup assumes Boolean parameter is non-null, which is invalid if an exception has been thrown
 - AccordDurableOnFlush may be invoked while Accord is starting up, so should use AccordService.unsafeInstance
 - AccordCache shrink without lock regression
 - Cleanup system_accord compaction leftovers before starting up
 - system_accord_debug.txn order
 - system_accord_debug.txn_blocked_by order
 - system_accord_debug.shard_epochs order
Improve:
 - Set DefaultProgressLog.setMode(Catchup) during Catchup
 - IdentityAccumulators only need to readLast, not readAll
 - Limit number of static segments we compact at once to sstable
 - If too many static segments on startup, wait for them to be compacted

patch by Benedict; reviewed by Alex Petrov for CASSANDRA-21053
2025-12-09 14:01:38 +00:00
..
anttasks/org/apache/cassandra/anttasks Optionally fail writes when SAI refuses to index a term value exceeding a configured maximum size 2024-04-17 11:12:42 -05:00
bin JMH improvements - faster build and async profiler 2023-09-25 12:39:36 +02:00
burn/org/apache/cassandra Refactor EncryptionOptions to use client / server encryption options builders 2025-04-23 09:27:09 +02:00
conf Upgrade logback version to 1.5.18 and slf4j dependencies to 2.0.17 2025-04-25 14:24:35 +02:00
data Merge branch 'cassandra-4.0' into cassandra-4.1 2025-08-27 19:01:31 +02:00
distributed/org/apache/cassandra When updating a multi cell collection element, if the update is rejected then the shared Row.Builder is not freed causing all future mutations to be rejected 2025-12-05 16:14:40 -08:00
harry/main/org/apache/cassandra/harry When updating a multi cell collection element, if the update is rejected then the shared Row.Builder is not freed causing all future mutations to be rejected 2025-12-05 16:14:40 -08:00
long/org/apache/cassandra Adopt Unsafe::invokeCleaner for Direct ByteBuffer cleaning 2025-06-09 14:14:40 -04:00
memory/org/apache/cassandra/db/compaction Explicitly localize strings to Locale.US for internal implementation 2024-10-29 08:58:01 +01:00
microbench/org/apache/cassandra/test/microbench Improve isGossipOnlyMember and location lookup performance 2025-12-01 10:39:07 +01:00
resources Make TopologyException a checked exception to ensure they are handled carefully, as they may occur at surprising times 2025-11-27 13:12:25 +00:00
simulator When updating a multi cell collection element, if the update is rejected then the shared Row.Builder is not freed causing all future mutations to be rejected 2025-12-05 16:14:40 -08:00
unit Fix: 2025-12-09 14:01:38 +00:00