tkalkirill commented on code in PR #4725: URL: https://github.com/apache/ignite-3/pull/4725#discussion_r1843689234
########## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/network/raft/PartitionSnapshotMeta.java: ########## @@ -32,4 +33,13 @@ public interface PartitionSnapshotMeta extends SnapshotMeta { /** Row ID for which the index needs to be built per building index ID at the time the snapshot meta was created. */ @Nullable Map<Integer, UUID> nextRowIdToBuildByIndexId(); + + /** Lease start time represented as {@link HybridTimestamp#longValue()}. */ + long leaseStartTime(); Review Comment: Ok -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org