alex-plekhanov commented on a change in pull request #7607: IGNITE-11073: Create consistent partitions copy on each cluster node URL: https://github.com/apache/ignite/pull/7607#discussion_r408768351
########## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java ########## @@ -1994,7 +1997,7 @@ private GridCacheContext prepareCacheContext( * * @param cctx Cache context. */ - private void stopCacheSafely(GridCacheContext<?, ?> cctx) { + public void stopCacheSafely(GridCacheContext<?, ?> cctx) { Review comment: Used only inside this class ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services