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


##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/ClusterState.java:
##########
@@ -80,12 +86,35 @@ static ClusterState clusterState(
             Collection<String> msNodes,
             IgniteProductVersion igniteVersion,
             ClusterTag clusterTag
+    ) {
+        return clusterState(msgFactory, cmgNodes, msNodes, igniteVersion, 
clusterTag, null);
+    }
+
+    /**
+     * Creates a new cluster state instance. Acts like a constructor 
replacement.
+     *
+     * @param msgFactory Message factory to instantiate builder.
+     * @param cmgNodes Collection of CMG nodes.
+     * @param msNodes Collection of Metastorage nodes.
+     * @param igniteVersion Ignite product version.
+     * @param clusterTag Cluster tag instance.
+     * @param authentication REST authentication configuration.
+     * @return Cluster state instance.
+     */
+    static ClusterState clusterState(

Review Comment:
   done



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