sashapolo commented on code in PR #1397:
URL: https://github.com/apache/ignite-3/pull/1397#discussion_r1043124762
##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/ClusterInitializer.java:
##########
@@ -100,8 +101,8 @@ public CompletableFuture<Void> initCluster(
LOG.info("Resolved CMG nodes[nodes={}]", cmgNodes);
CmgInitMessage initMessage = msgFactory.cmgInitMessage()
- .metaStorageNodes(metaStorageNodeNames)
- .cmgNodes(cmgNodeNames)
+ .metaStorageNodes(Set.copyOf(metaStorageNodeNames))
Review Comment:
I've removed this code, it's indeed cryptic
--
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]