cassandra/test
Alan Wang 8fda60880b CEP 45 - Fix tracked SSTable import/transfer bugs
- Filter interval-tree false positives: skip SSTables that intersect a
  shard range but contain no partitions within it, precomputing and
  reusing partition positions per SSTable
- Register PendingLocalTransfer once in finished() instead of per-SSTable
  in received(), fixing an assertion failure when streaming >1 SSTable
- Guard against null currentWriter in RangeAwareSSTableWriter.setOpenResult
- Schedule local cleanup before notifyFailure so cleanup always runs on
  the failure path, and remove completed transfers from the local map
- Adds dtests for the interval-tree false positive and multi-SSTable import
  cases.

Patch by Alan Wang; Reviewed by Blake Eggleston for CASSANDRA-21470
2026-07-22 11:51:48 -07:00
..
anttasks/org/apache/cassandra/anttasks Organize imports and standartize import order across entire codebase 2025-12-30 22:34:14 +01:00
bin Add cursor based optimized compaction path 2025-12-19 12:45:25 -05:00
burn/org/apache/cassandra Organize imports and standartize import order across entire codebase 2025-12-30 22:34:14 +01:00
conf CEP-45: Add feature flag for Mutation Tracking 2026-04-09 16:46:57 -07:00
data rebase - fix Mutation tracking journal integration, read, and write path 2026-04-13 10:12:12 -07:00
distributed/org/apache/cassandra CEP 45 - Fix tracked SSTable import/transfer bugs 2026-07-22 11:51:48 -07:00
harry/main/org/apache/cassandra Ninja-fix checkstyle import warnings 2026-04-21 15:16:18 +01:00
long/org/apache/cassandra CEP-45: Add feature flag for Mutation Tracking 2026-04-09 16:46:57 -07:00
memory/org/apache/cassandra/db/compaction Organize imports and standartize import order across entire codebase 2025-12-30 22:34:14 +01:00
microbench/org/apache/cassandra/test/microbench Ninja-fix checkstyle import warnings 2026-04-21 15:16:18 +01:00
resources Improve writePlacementsAllSettled performance in large clusters with many ongoing range movements 2026-03-17 11:11:22 +00:00
simulator Ninja-fix checkstyle import warnings 2026-04-21 15:16:18 +01:00
unit ninja - fix MutationJournalReplayTest.testReplayFlushed 2026-06-29 09:48:12 -07:00