imironovich commented on a change in pull request #8645:
URL: https://github.com/apache/ignite/pull/8645#discussion_r558544829



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/topology/GridDhtPartitionsStateValidator.java
##########
@@ -49,6 +54,13 @@
     /** Cache shared context. */
     private final GridCacheSharedContext<?, ?> cctx;
 
+    /**
+     * Collection of partitions that did not pass validation.
+     * This collection is supported and updated by coordinator node only.
+     * Represents the following mapping: group id -> set of partitions.
+     */
+    private Map<Integer, Set<Integer>> invalidParts = new 
ConcurrentHashMap<>();

Review comment:
       it used in line 130:
   
org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtPartitionsStateValidator#validatePartitionCountersAndSizes:130




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to