You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/02/05 13:28:26 UTC

[GitHub] [ignite] nizhikov commented on a change in pull request #7332: IGNITE-12598: Cache metrics configuration should be removed only on cache destroy

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:
users@infra.apache.org


With regards,
Apache Git Services