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/03/17 12:39:55 UTC

[GitHub] [ignite] NSAmelchev commented on a change in pull request #7531: IGNITE-12779 : Split implementations of Ignite and IgniteMXBean, make behavior of their active(boolean) different

NSAmelchev commented on a change in pull request #7531: IGNITE-12779 : Split implementations of Ignite and IgniteMXBean, make behavior of their active(boolean) different 
URL: https://github.com/apache/ignite/pull/7531#discussion_r393646235
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java
 ##########
 @@ -3586,6 +3305,26 @@ private void checkNearCacheStarted(IgniteCacheProxy<?, ?> cache) throws IgniteCh
                 "(a cache with the same name without near cache is already started)");
     }
 
+    /**
+     * This method allows manually remove the checkpoint with given {@code key}.
+     *
+     * @param key Checkpoint key.
+     * @return {@code true} if specified checkpoint was indeed removed, {@code false}
+     *      otherwise.
+     */
+    boolean removeCheckpoint(String key) {
 
 Review comment:
   I suggest leaving this method only in the bean.

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