This is an automated email from the ASF dual-hosted git repository.
apolovtsev pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 94e1adec5f5 IGNITE-26811 Do not throw HandshakeException when node is
stopping (#7116)
add cce2ace2b19 IGNITE-27220 Store first and last log indices in memory
(#7123)
No new revisions were added by this update.
Summary of changes:
.../raft/storage/segstore/IndexFileManager.java | 23 +++-
.../raft/storage/segstore/RaftLogCheckpointer.java | 37 ------
.../raft/storage/segstore/SegmentFileManager.java | 75 ++++++------
.../raft/storage/segstore/SegstoreLogStorage.java | 45 +++++--
.../storage/segstore/IndexFileManagerTest.java | 11 +-
.../storage/segstore/SegmentFileManagerTest.java | 63 +---------
.../SegstoreLogStorageConcurrencyTest.java | 136 +++++++++++++++++++++
.../storage/segstore/SegstoreLogStorageTest.java | 44 ++++++-
8 files changed, 277 insertions(+), 157 deletions(-)
create mode 100644
modules/raft/src/test/java/org/apache/ignite/internal/raft/storage/segstore/SegstoreLogStorageConcurrencyTest.java