mirror of https://github.com/apache/cassandra
- 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 |
||
|---|---|---|
| .. | ||
| anttasks/org/apache/cassandra/anttasks | ||
| bin | ||
| burn/org/apache/cassandra | ||
| conf | ||
| data | ||
| distributed/org/apache/cassandra | ||
| harry/main/org/apache/cassandra | ||
| long/org/apache/cassandra | ||
| memory/org/apache/cassandra/db/compaction | ||
| microbench/org/apache/cassandra/test/microbench | ||
| resources | ||
| simulator | ||
| unit | ||