sanpwc commented on code in PR #795:
URL: https://github.com/apache/ignite-3/pull/795#discussion_r879778042
##########
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:
Yep, README good fine here.
##########
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:
Yep, README good here.
--
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]