You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by be...@apache.org on 2019/02/06 13:51:34 UTC

[cassandra] branch trunk updated (2209115 -> df62169)

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

benedict pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 2209115  Merge branch 'cassandra-3.11' into trunk
     new 44785dd  Anti-compaction temporarily corrupts sstable state
     new 9199e59  Merge branch 'cassandra-3.0' into cassandra-3.11
     new df62169  Merge branch 'cassandra-3.11' into trunk

The 24483 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/CompactionManager.java |  56 +++++++--
 .../lifecycle/ILifecycleTransaction.java}          |  28 +++--
 .../db/lifecycle/LifecycleTransaction.java         |   7 +-
 .../db/lifecycle/WrappedLifecycleTransaction.java  | 116 ++++++++++++++++++
 .../cassandra/io/sstable/SSTableRewriter.java      |  17 +--
 .../cassandra/utils/concurrent/Transactional.java  |  10 --
 .../db/compaction/AntiCompactionBytemanTest.java   | 136 +++++++++++++++++++++
 .../db/compaction/AntiCompactionTest.java          |  32 ++++-
 9 files changed, 356 insertions(+), 47 deletions(-)
 copy src/java/org/apache/cassandra/{notifications/SSTableListChangedNotification.java => db/lifecycle/ILifecycleTransaction.java} (58%)
 create mode 100644 src/java/org/apache/cassandra/db/lifecycle/WrappedLifecycleTransaction.java
 create mode 100644 test/unit/org/apache/cassandra/db/compaction/AntiCompactionBytemanTest.java


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