This is an automated email from the ASF dual-hosted git repository.
smiklosovic pushed a change to branch cassandra-4.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git
from ddb01d2f8e CASSANDRA-19911 Remove MemtableSizeTest
add 9f18aab1dc Fix millisecond and microsecond precision for commit log
replay
add 48eab9afd8 Merge branch 'cassandra-4.0' into cassandra-4.1
No new revisions were added by this update.
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 | 25 ++-
.../cassandra/db/commitlog/CommitLogSegment.java | 3 +-
.../operations/DropRecreateAndRestoreTest.java | 18 +-
.../apache/cassandra/db/RecoveryManagerTest.java | 94 ++++++--
.../db/commitlog/CommitLogArchiverTest.java | 157 ++++++++++++++
10 files changed, 426 insertions(+), 133 deletions(-)
create mode 100644
test/unit/org/apache/cassandra/db/commitlog/CommitLogArchiverTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]