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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to