This is an automated email from the ASF dual-hosted git repository.
marcuse pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.
from 9a8dc6d Merge branch 'cassandra-4.0' into trunk
new b58a5c8 LeveledCompactionStrategy disk space check improvements
new e53ad64 Merge branch 'cassandra-3.0' into cassandra-3.11
new 702824a Merge branch 'cassandra-3.11' into cassandra-4.0
new c69e37e Merge branch 'cassandra-4.0' into trunk
The 4 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 +
.../cassandra/db/compaction/CompactionTask.java | 6 +-
.../db/compaction/LeveledCompactionTask.java | 45 +++++-
.../compaction/writers/CompactionAwareWriter.java | 7 +-
.../writers/MajorLeveledCompactionWriter.java | 6 +
.../compaction/writers/MaxSSTableSizeWriter.java | 6 +
.../SplittingSizeTieredCompactionWriter.java | 8 +-
.../compaction/LeveledCompactionStrategyTest.java | 161 ++++++++++++++++++++-
.../{ => writers}/CompactionAwareWriterTest.java | 48 +++++-
9 files changed, 271 insertions(+), 18 deletions(-)
rename test/unit/org/apache/cassandra/db/compaction/{ =>
writers}/CompactionAwareWriterTest.java (84%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]