agura commented on a change in pull request #7332: IGNITE-12598: Cache metrics
configuration should be removed only on cache destroy
URL: https://github.com/apache/ignite/pull/7332#discussion_r374823182
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java
##########
@@ -1035,7 +1038,7 @@ private void stopCache(GridCacheAdapter<?, ?> cache,
boolean cancel, boolean des
// Check whether dht cache has been started.
if (dht != null) {
- dht.stop();
+ dht.stop(destroy);
Review comment:
See comment above (line 1027).
----------------------------------------------------------------
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]
With regards,
Apache Git Services