ascherbakoff commented on code in PR #4821: URL: https://github.com/apache/ignite-3/pull/4821#discussion_r1891319471
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/PartitionListener.java: ########## @@ -627,19 +592,29 @@ public MvPartitionStorage getMvStorage() { return storage.getStorage(); } + /** + * Returns safe timestamp. + */ + @TestOnly + public PendingComparableValuesTracker<HybridTimestamp, Void> getSafeTime() { Review Comment: This is to make it consistent with getMvStorage above. Renamed field to safeTimeTracker. This is really minor issue. -- 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