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

tkalkirill pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from 5db7920c6c IGNITE-21658 Make LowWatermark a top level component (#3340)
     add e7e632b896 IGNITE-21611 Send in a snapshot for BUILDING indexes the 
next RowId to build on a full state transfer (#3325)

No new revisions were added by this update.

Summary of changes:
 .../ignite/raft/jraft/entity/RaftOutter.java       | 37 +++++------
 .../distributed/index/IndexUpdateHandler.java      | 40 +++++++++++
 .../distributed/raft/snapshot/PartitionAccess.java | 17 +++++
 .../raft/snapshot/PartitionAccessImpl.java         | 17 +++++
 .../snapshot/PartitionSnapshotStorageFactory.java  | 31 +++++++--
 .../snapshot/incoming/IncomingSnapshotCopier.java  | 27 +++++++-
 .../snapshot/message/SnapshotMetaResponse.java     |  4 +-
 .../raft/snapshot/outgoing/OutgoingSnapshot.java   | 10 ++-
 .../raft/snapshot/outgoing/SnapshotMetaUtils.java  | 49 +++++++++++++-
 .../PartitionSnapshotStorageFactoryTest.java       |  9 ++-
 .../incoming/IncomingSnapshotCopierTest.java       | 64 ++++++++++--------
 .../snapshot/outgoing/SnapshotMetaUtilsTest.java   | 77 +++++++++++++++++++++-
 12 files changed, 316 insertions(+), 66 deletions(-)

Reply via email to