rpuch commented on code in PR #4725:
URL: https://github.com/apache/ignite-3/pull/4725#discussion_r1843662741
##########
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.
+ */
Review Comment:
One-line javadocs are not used in this interface, so the change would not
align with the existing code
--
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]