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 60d86b920fe IGNITE-26347 Adjust the rebalancing logic in the case of
empty data nodes (#6572)
add a6445c598ee IGNITE-26269 Add append-only segment file implementation
(#6571)
No new revisions were added by this update.
Summary of changes:
.../raft/storage/segstore/SegmentFile.java | 191 +++++++++
.../raft/storage/segstore/SegmentFileTest.java | 475 +++++++++++++++++++++
2 files changed, 666 insertions(+)
create mode 100644
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFile.java
create mode 100644
modules/raft/src/test/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFileTest.java