This is an automated email from the ASF dual-hosted git repository.

marcuse pushed a change to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from f0bb299  Merge branch 'cassandra-3.0' into cassandra-3.11
     new b58a5c8  LeveledCompactionStrategy disk space check improvements
     new e53ad64  Merge branch 'cassandra-3.0' into cassandra-3.11

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                                        |   1 +
 .../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  | 152 +++++++++++++++++++++
 .../{ => writers}/CompactionAwareWriterTest.java   |  48 ++++++-
 9 files changed, 267 insertions(+), 12 deletions(-)
 rename test/unit/org/apache/cassandra/db/compaction/{ => 
writers}/CompactionAwareWriterTest.java (84%)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to