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



##########
File path: docs/_docs/snapshots/snapshots.adoc
##########
@@ -178,9 +172,59 @@ the topology and wait while the data gets rebalanced and 
indexes are rebuilt.
 |N > M | Unsupported.
 |===
 
+=== Automatic snapshot restore procedure
+
+The automatic restore procedure allows the user to restore cache groups from a 
snapshot on an active cluster using the Java API or 
link:tools/control-script[command line script].
+
+Currently, this procedure has a number of limitations:
+
+* Restoring is possible only if all parts of the snapshot are present in the 
cluster. Each node looks a local data snapshot in the configured snapshot path 
by the given snapshot name and consistent node ID.

Review comment:
       Thanks, I changed it to
   ``Each node looks for a local snapshot data in the configured snapshot path 
by the given snapshot name and consistent node ID.``
   
   The main purpose of this sentence is to inform the user that the snapshot 
data is located under ``../{snapshotName}/../{consistentId}/..``, so if the 
consistent ID of the node is changed - the procedure will not be able to find 
snapshot data.




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