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 61d0735110e IGNITE-26600 Add TotalAllocatedSize table metric (#6692)
     add e5993266652 IGNITE-26282 Implement getEntry operation (#6702)

No new revisions were added by this update.

Summary of changes:
 .../raft/storage/segstore/RaftLogCheckpointer.java |  38 +++-
 .../raft/storage/segstore/SegmentFile.java         |  47 ++---
 .../raft/storage/segstore/SegmentFileManager.java  | 137 ++++++++-----
 .../storage/segstore/SegmentFileWithMemtable.java} |  34 ++--
 .../raft/storage/segstore/SegmentPayload.java      |  66 +++++--
 .../raft/storage/segstore/SegstoreLogStorage.java  |  17 +-
 .../storage/segstore/RaftLogCheckpointerTest.java  |  73 ++++++-
 .../segstore/SegmentFileManagerGetEntryTest.java   | 217 +++++++++++++++++++++
 .../storage/segstore/SegmentFileManagerTest.java   |   4 +-
 .../raft/storage/segstore/SegmentFileTest.java     |  57 ++----
 .../storage/segstore/SegstoreLogStorageTest.java   |  36 +++-
 11 files changed, 559 insertions(+), 167 deletions(-)
 copy 
modules/{bytecode/src/main/java/com/facebook/presto/bytecode/Parameter.java => 
raft/src/main/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFileWithMemtable.java}
 (54%)
 create mode 100644 
modules/raft/src/test/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFileManagerGetEntryTest.java

Reply via email to