rpuch commented on code in PR #4725:
URL: https://github.com/apache/ignite-3/pull/4725#discussion_r1843660869
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/snapshot/PartitionAccess.java:
##########
@@ -135,6 +135,27 @@ public interface PartitionAccess {
*/
long maxLastAppliedTerm();
+ /**
+ * Returns the start time of the known lease for this replication group.
+ *
+ * @return Lease start time.
+ */
+ long leaseStartTime();
Review Comment:
Please take a look at
https://github.com/apache/ignite-3/pull/4725#discussion_r1843377182
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]