sanpwc commented on code in PR #6413: URL: https://github.com/apache/ignite-3/pull/6413#discussion_r2288508342
########## modules/core/src/main/java/org/apache/ignite/internal/util/FastTimestamps.java: ########## @@ -42,7 +42,11 @@ private static void startUpdater() { }); Runnable updaterTask = () -> { - coarseCurrentTimeMillis = System.currentTimeMillis(); Review Comment: Why do we need this? Do you mean that sometimes coarseCurrentTimeMillis was updated with same value? -- 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