AMashenkov commented on code in PR #3358:
URL: https://github.com/apache/ignite-3/pull/3358#discussion_r1521446248


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -2468,4 +2468,23 @@ private <T> CompletableFuture<T> 
orStopManagerFuture(CompletableFuture<T> future
 
         return anyOf(future, stopManagerFuture).thenApply(o -> (T) o);
     }
+
+    /** Internal event. */
+    private static class DestroyTableEvent {

Review Comment:
   Why? 
   This class can't be used outside the parent.



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