ibessonov commented on code in PR #4403:
URL: https://github.com/apache/ignite-3/pull/4403#discussion_r1764551082


##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/ClusterManagementGroupManager.java:
##########
@@ -264,11 +264,8 @@ public ClusterManagementGroupManager(
      * @param cmgNodeNames Names of nodes that will host the Cluster 
Management Group.
      * @param clusterName Human-readable name of the cluster.
      */
-    public void initCluster(
-            Collection<String> metaStorageNodeNames,
-            Collection<String> cmgNodeNames,
-            String clusterName
-    ) throws NodeStoppingException {
+    public void initCluster(Collection<String> metaStorageNodeNames, 
Collection<String> cmgNodeNames, String clusterName)

Review Comment:
   "if it fits, it sits". Are rules are not **that** strict, I'm not a big fan 
of reformatting a code that has nothing to do with your changes



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