rpuch commented on code in PR #4725: URL: https://github.com/apache/ignite-3/pull/4725#discussion_r1843603147
########## 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: The thing is that everywhere `leaseStartTime` is passed as a long, so I did not want to introduce additional conversions. If you think it should be fixed, we could file a Jira issue for the TX team. -- 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