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


##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/ClusterManagementGroupManager.java:
##########
@@ -170,13 +177,30 @@ public void initCluster(
             Collection<String> metaStorageNodeNames,
             Collection<String> cmgNodeNames,
             String clusterName
+    ) throws NodeStoppingException {
+        initCluster(metaStorageNodeNames, cmgNodeNames, clusterName, 
disabled());
+    }
+
+    /**
+     * Initializes the cluster that this node is present in.
+     *
+     * @param metaStorageNodeNames Names of nodes that will host the Meta 
Storage.
+     * @param cmgNodeNames Names of nodes that will host the Cluster 
Management Group.
+     * @param clusterName Human-readable name of the cluster.
+     * @param authenticationConfig REST authentication configuration.
+     */
+    public void initCluster(
+            Collection<String> metaStorageNodeNames,

Review Comment:
   Same answer 



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