denis-chudov commented on code in PR #6413: URL: https://github.com/apache/ignite-3/pull/6413#discussion_r2293450974
########## 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: I think, it may be useful to have guarantees of coarseCurrentTimeMillis's monotonic growth, which we don't have for currentTimeMillis -- 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