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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to