sashapolo commented on code in PR #795:
URL: https://github.com/apache/ignite-3/pull/795#discussion_r879361580


##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/ClusterInitializer.java:
##########
@@ -73,11 +97,16 @@ public CompletableFuture<Void> 
initCluster(Collection<String> metaStorageNodeNam
             CmgInitMessage initMessage = msgFactory.cmgInitMessage()
                     .metaStorageNodes(metaStorageNodeNames)
                     .cmgNodes(cmgNodeNames)
+                    .clusterName(clusterName)
                     .build();
 
             return invokeMessage(cmgNodes, initMessage)

Review Comment:
   I've created a ticket for additional documentation: 
https://issues.apache.org/jira/browse/IGNITE-17018



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