xtern commented on a change in pull request #8648:
URL: https://github.com/apache/ignite/pull/8648#discussion_r622977705



##########
File path: modules/core/src/main/java/org/apache/ignite/IgniteSnapshot.java
##########
@@ -48,4 +50,13 @@
      * @return Future which will be completed when cancel operation finished.
      */
     public IgniteFuture<Void> cancelSnapshot(String name);
+
+    /**
+     * Restore cache group(s) from the snapshot.

Review comment:
       description changed to
   ```
   Restore cache group(s) from the snapshot.
   <p>
   <b>NOTE:</b> Cache groups to be restored from the snapshot must not present 
in the cluster, if they present, they must be destroyed by the user before 
starting this operation.
   ```




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