Flaugh24 commented on code in PR #2065:
URL: https://github.com/apache/ignite-3/pull/2065#discussion_r1196230326


##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/ClusterManagementGroupManager.java:
##########
@@ -331,7 +337,10 @@ private void handleInit(CmgInitMessage msg, String 
senderConsistentId, long corr
     }
 
     private CompletableFuture<CmgRaftService> doInit(CmgRaftService service, 
CmgInitMessage msg) {
-        return service.initClusterState(createClusterState(msg))
+        return CompletableFuture.runAsync(() -> {

Review Comment:
   Just to create a `CompletableFuture` from `validateConfiguration()` and 
chain it to the general pipeline. The method doesn't return anything.



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