cassandra/test
Benedict Elliott Smith f6fd49566f Improve DurabilityQueue:
- All retries are appended to a delay queue so overlaps can be pruned
 - Quorum successes are not retried if there are superseding sync points covering the ranges
 - User-initiated requests are not purged unless the request has timed out or otherwise completed
 - Overlapping requests are queued up against the next to run
Alsp (C*):
 - Catch-up with quorums on restart
 - Manage an ordered set of keys in cache for faster range searches
Also (Accord):
 - Update copy of BTree and import IntervalBTree
 - Fix RedundantStatus WAS_OWNED_OVERRIDE_MASK
 - Add Catchup mechanism to reach parity with a quorum on restart

patch by Benedict; reviewed by Alex Petrov for CASSANDRA-21013
2025-11-12 17:20:25 +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 Improve DurabilityQueue: 2025-11-12 17:20:25 +00:00
harry/main/org/apache/cassandra/harry Add support for BEGIN TRANSACTION to allow mutations that touch multiple partitions 2025-08-25 16:09:28 -07: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 Support ZSTD dictionary compression 2025-10-30 16:18:37 -07:00
resources Support ZSTD dictionary compression 2025-10-30 16:18:37 -07:00
simulator Improve Topology Management 2025-11-06 14:38:01 +00:00
unit Improve DurabilityQueue: 2025-11-12 17:20:25 +00:00