tkalkirill commented on code in PR #2091:
URL: https://github.com/apache/ignite-3/pull/2091#discussion_r1200315736


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/StorageUpdateHandler.java:
##########
@@ -195,11 +193,11 @@ public void handleUpdateAll(
     void executeBatchGc() {
         HybridTimestamp lwm = lowWatermark.getLowWatermark();
 
-        if (lwm == null || safeTimeTracker.current().compareTo(lwm) < 0) {
+        if (lwm == null || 
gcUpdateHandler.getSafeTimeTracker().current().compareTo(lwm) < 0) {

Review Comment:
   If you insist, I can add, but at the moment it seems that for a single 
method it is a bit redundant.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to