sanpwc commented on code in PR #4581: URL: https://github.com/apache/ignite-3/pull/4581#discussion_r1809044209
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java: ########## @@ -3520,7 +3520,7 @@ private CompletableFuture<IgniteBiTuple<RowId, Collection<Lock>>> takeLocksForRe * lease start time is not {@code null} in case of {@link PrimaryReplicaRequest}. */ private CompletableFuture<IgniteBiTuple<Boolean, Long>> ensureReplicaIsPrimary(ReplicaRequest request) { - HybridTimestamp now = clockService.now(); + HybridTimestamp now = clockService.current(); Review Comment: and here: now -> current. -- 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