vldpyatkov commented on code in PR #4798: URL: https://github.com/apache/ignite-3/pull/4798#discussion_r1861657677
########## modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/LeaseUpdater.java: ########## @@ -408,9 +410,11 @@ private void updateLeaseBatchInternal() { long outdatedLeaseThreshold = now.getPhysical() + leaseExpirationInterval / 2; Review Comment: Because we use only the physical component of nowin PD, I'm sure we can replace the HLC `now` invokation with `current`. HybridClockImpl#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