tkalkirill commented on a change in pull request #8254:
URL: https://github.com/apache/ignite/pull/8254#discussion_r490822991



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemander.java
##########
@@ -1139,6 +1143,9 @@ private void updateGroupMetrics() {
         /** The number of cache group partitions left to be rebalanced. */
         private final AtomicLong partitionsLeft = new AtomicLong(0);
 
+        /** The total number of cache group partitions to be rebalanced. */
+        private final AtomicLong partitionsTotal = new AtomicLong(0);

Review comment:
       Please remove.




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