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


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/gc/MvGc.java:
##########
@@ -154,6 +154,12 @@ public CompletableFuture<Void> 
removeStorage(TablePartitionId tablePartitionId)
                 return nullCompletedFuture();
             }
 
+            CompletableFuture<Void> awaitSafeTimeFuture = 
removed.awaitSafeTimeFuture.get();

Review Comment:
   This class is used only in one package, encapsulation is redundant in this 
case.



-- 
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

Reply via email to