xtern commented on code in PR #5268: URL: https://github.com/apache/ignite-3/pull/5268#discussion_r1966558528
########## 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: This is how it was originally implemented, but it causes a noticeable slowdown in running runAll tests, so it was decided to remove it. -- 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