sanpwc commented on code in PR #5391:
URL: https://github.com/apache/ignite-3/pull/5391#discussion_r1995059199


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -3013,7 +3038,7 @@ private CompletableFuture<Void> startTables(long 
recoveryRevision, @Nullable Hyb
                     if (throwable != null) {
                         LOG.error("Error starting tables", throwable);
                     } else {
-                        LOG.debug("Tables started successfully");
+                        LOG.info("Tables started successfully [count={}]", 
startTableFutures.size());

Review Comment:
   I'm a little worried that I might have missed something. Are there any 
important changes in TableManager besides removing listeners?



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