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 91bcbb2 Add a new jmxtool which can dump what JMX objects exist and
diff
new f41ea9f Make sure LCS handles duplicate sstable added/removed
notifications correctly.
new fa76592 Merge branch 'cassandra-3.11' into trunk
The 2 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 +
NEWS.txt | 2 +
.../db/compaction/AbstractCompactionStrategy.java | 21 +-
.../db/compaction/AbstractStrategyHolder.java | 6 +-
.../db/compaction/CompactionStrategyManager.java | 206 +++++-------
.../db/compaction/LeveledCompactionStrategy.java | 29 +-
.../db/compaction/LeveledGenerations.java | 310 ++++++++++++++++++
.../cassandra/db/compaction/LeveledManifest.java | 354 +++++----------------
.../apache/cassandra/tools/StandaloneScrubber.java | 26 +-
.../LongLeveledCompactionStrategyCQLTest.java | 92 ++++++
.../LongLeveledCompactionStrategyTest.java | 2 +-
.../compaction/LeveledCompactionStrategyTest.java | 235 +++++++++++++-
.../db/compaction/LeveledGenerationsTest.java | 199 ++++++++++++
.../org/apache/cassandra/schema/MockSchema.java | 11 +
14 files changed, 1043 insertions(+), 452 deletions(-)
create mode 100644
src/java/org/apache/cassandra/db/compaction/LeveledGenerations.java
create mode 100644
test/long/org/apache/cassandra/db/compaction/LongLeveledCompactionStrategyCQLTest.java
create mode 100644
test/unit/org/apache/cassandra/db/compaction/LeveledGenerationsTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]