xtern commented on code in PR #5268: URL: https://github.com/apache/ignite-3/pull/5268#discussion_r1966875242
########## modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java: ########## @@ -1507,6 +1507,7 @@ CompletableFuture<Ignite> joinClusterAsync() { }, joinExecutor) .thenComposeAsync(ignored -> awaitSelfInLocalLogicalTopology(), joinExecutor) .thenCompose(ignored -> catalogManager.catalogInitializationFuture()) + .thenCompose(ignored -> systemViewManager.completeRegistration()) Review Comment: We need to measure how this impacts the execution time of integration tests and I would recommend doing this separately. -- 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