nizhikov commented on a change in pull request #8924:
URL: https://github.com/apache/ignite/pull/8924#discussion_r602135627
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java
##########
@@ -2839,8 +2853,11 @@ private void
processCacheStopRequestOnExchangeDone(ExchangeActions exchActions)
throw new IgniteException(msg, e);
}
- for (IgniteBiTuple<CacheGroupContext, Boolean> grp : grpsToStop)
- stopCacheGroup(grp.get1().groupId(), grp.get2());
+ for (IgniteBiTuple<CacheGroupContext, Boolean> grp : grpsToStop) {
+ Boolean stat = grpMetricsToStop.get(grp.get1().groupId());
Review comment:
stat -> removeMetrics
--
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]