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

 ##########
 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.
   
   @NSAmelchev, what do you suggest to do with IgniteKernal.checkClusterState() 
?

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

Reply via email to