Nikita-tech-writer commented on a change in pull request #8878:
URL: https://github.com/apache/ignite/pull/8878#discussion_r595266112
##########
File path: docs/_docs/snapshots/snapshots.adoc
##########
@@ -145,6 +131,20 @@ include::{javaCodeDir}/Snapshots.java[tags=create,
indent=0]
----
--
+== Checking Snapshot Consistency
+
+Usually all the cluster nodes are running on different machines and having the
snapshot data spread across the cluster.
+Each node stores its own snapshot segment, so in some cases it may be
necessary to check the snapshot for completeness
+of data and for data consistency across the cluster before restoring from the
snapshot.
+
+For such cases, the Apache Ignite ships with the built-in snapshot consistency
check commands that enable you to verify
Review comment:
```suggestion
For such cases, Apache Ignite is delivered with built-in snapshot
consistency check commands that enable you to verify
```
----------------------------------------------------------------
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]