Sega76 commented on a change in pull request #9444:
URL: https://github.com/apache/ignite/pull/9444#discussion_r731025037



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IgniteSnapshotManager.java
##########
@@ -1018,6 +1043,19 @@ public void cancelLocalSnapshotTask(String name) {
         return restoreCacheGrpProc.cancel(new 
IgniteCheckedException("Operation has been canceled by the user."), name);
     }
 
+    /** {@inheritDoc} */
+    @Override public IgniteFuture<Map<Object, String>> statusSnapshot() {

Review comment:
       Renamed to "snapshotStatus"

##########
File path: 
modules/core/src/test/resources/org.apache.ignite.util/GridCommandHandlerClusterByClassTest_help.output
##########
@@ -157,6 +157,9 @@ This utility can do the following commands:
     Parameters:
       snapshot_name  - Snapshot name.
 
+  Status snapshot:
+    control.(sh|bat) --snapshot status
+

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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to