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

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java
 ##########
 @@ -1021,7 +1024,7 @@ private void stopCache(GridCacheAdapter<?, ?> cache, 
boolean cancel, boolean des
 
             sharedCtx.removeCacheContext(ctx);
 
-            cache.stop();
+            cache.stop(destroy);
 
 Review comment:
   Fixed.

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

Reply via email to