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

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


    from 7085aa5242 Enable trickle fsync by default
     new 7b4170491d Make runWithCompactionsDisabled return non-null on success
     new be37969e89 Merge branch 'cassandra-4.0' into cassandra-4.1
     new 3944e97482 Merge branch 'cassandra-4.1' into cassandra-5.0
     new 60b833a8f4 Merge branch 'cassandra-5.0' into cassandra-6.0

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                                        |   1 +
 .../org/apache/cassandra/db/ColumnFamilyStore.java |  84 +++++---
 .../cassandra/db/compaction/CompactionManager.java |   5 +-
 .../cassandra/exceptions/RequestFailure.java       |   5 +
 .../cassandra/exceptions/RequestFailureReason.java |   2 +
 src/java/org/apache/cassandra/net/InboundSink.java |   4 +-
 .../apache/cassandra/service/StorageService.java   |   2 +
 .../apache/cassandra/db/TruncateBlockingTest.java  | 226 +++++++++++++++++++++
 .../db/compaction/CancelCompactionsTest.java       | 112 ++++++++++
 .../exceptions/RequestFailureReasonTest.java       |   1 +
 10 files changed, 415 insertions(+), 27 deletions(-)
 create mode 100644 test/unit/org/apache/cassandra/db/TruncateBlockingTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to