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



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IgniteSnapshotManager.java
##########
@@ -1456,6 +1470,29 @@ public CancelSnapshotCallable(String snpName) {
         }
     }
 
+    /** Get the status of a cluster snapshot operation. */
+    @GridInternal
+    private static class StatusSnapshotCallable implements IgniteClosure<Void, 
Object> {

Review comment:
       use `VisorMultiNodeTask`




----------------------------------------------------------------
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:
[email protected]


Reply via email to