petrov-mg commented on code in PR #13157:
URL: https://github.com/apache/ignite/pull/13157#discussion_r3443683700


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cluster/ClusterProcessor.java:
##########
@@ -521,21 +507,17 @@ private Serializable getDiscoveryData() {
     }
 
     /**
-     * @param vals collection to seek through.
+     * @param flags Flags collection to seek through.
      */
-    private Boolean findLastFlag(Collection<Serializable> vals) {
-        Boolean flag = null;
+    private Boolean findLastUpdateNotifierFlag(Collection<ClusterNodeFlags> 
flags) {

Review Comment:
   `flags` naming is a bit confusing. 
   `flags` -> `clusterNodeData`
   `flag` -> `nodeFlags` 



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