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

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


    from fe025c7f79 Fix incorrect nodetool suggestion when gossip mode is 
running
     add 9f18aab1dc Fix millisecond and microsecond precision for commit log 
replay
     add 48eab9afd8 Merge branch 'cassandra-4.0' into cassandra-4.1
     add 78ab095c87 Merge branch 'cassandra-4.1' into cassandra-5.0
     new 2c684a0f5a Merge branch 'cassandra-5.0' into trunk

The 1 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 +
 conf/commitlog_archiving.properties                |   6 +-
 .../apache/cassandra/db/commitlog/CommitLog.java   |  12 +-
 .../cassandra/db/commitlog/CommitLogArchiver.java  | 237 +++++++++++++--------
 .../cassandra/db/commitlog/CommitLogMBean.java     |   6 +-
 .../cassandra/db/commitlog/CommitLogReplayer.java  |  22 +-
 .../cassandra/db/commitlog/CommitLogSegment.java   |   3 +-
 .../operations/DropRecreateAndRestoreTest.java     |  18 +-
 .../apache/cassandra/db/RecoveryManagerTest.java   |  94 ++++++--
 .../db/commitlog/CommitLogArchiverTest.java        | 157 ++++++++++++++
 10 files changed, 425 insertions(+), 131 deletions(-)
 create mode 100644 
test/unit/org/apache/cassandra/db/commitlog/CommitLogArchiverTest.java


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

Reply via email to