This is an automated email from the ASF dual-hosted git repository.
dcapwell pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
from fe0e04c231 Fix sstable formats configuration
new 1053e3b475 Partial compaction can resurrect deleted data
new 446a9d1d01 Merge branch 'cassandra-4.0' into cassandra-4.1
new 8aaaf21127 Merge branch 'cassandra-4.1' into trunk
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.txt | 2 +
src/java/org/apache/cassandra/db/Directories.java | 4 +-
.../db/compaction/CompactionController.java | 2 +-
.../cassandra/db/compaction/CompactionTask.java | 26 ++-
.../test/CompactionOverlappingSSTableTest.java | 117 +++++++++++
.../org/apache/cassandra/db/DirectoriesTest.java | 2 +-
.../db/compaction/PartialCompactionsTest.java | 233 +++++++++++++++++++++
7 files changed, 374 insertions(+), 12 deletions(-)
create mode 100644
test/distributed/org/apache/cassandra/distributed/test/CompactionOverlappingSSTableTest.java
create mode 100644
test/unit/org/apache/cassandra/db/compaction/PartialCompactionsTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]