Nikita-tech-writer commented on a change in pull request #8878:
URL: https://github.com/apache/ignite/pull/8878#discussion_r595269184
##########
File path: docs/_docs/tools/control-script.adoc
##########
@@ -521,6 +521,25 @@ validate_indexes has finished with errors (listed above).
Like `idle_verify`, index validation tool works correctly only if updates are
stopped. Otherwise, there may be a race between the checker thread and the
thread that updates the entry/index, which can result in a false positive error
report.
====
+=== Checking Snapshot Consistency
+
+The checking snapshot consistency command working the same way as the
`idle_verify` command does. It compares hashes between
+a primary partition and a corresponding backup partitions and prints a report
any differences occurs.
Review comment:
```suggestion
a primary partition and a corresponding backup partitions and prints a
report if any differences are found.
```
----------------------------------------------------------------
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]