shishkovilja commented on code in PR #13165: URL: https://github.com/apache/ignite/pull/13165#discussion_r3297228815
########## docs/_docs/tools/control-script.adoc: ########## @@ -689,6 +689,13 @@ Partition instances: [PartitionHashRecord [isPrimary=true, partHash=97595430, up All updates should be stopped when `idle_verify` calculates hashes, otherwise it may show false positive error results. It's impossible to compare big datasets in a distributed system if they are being constantly updated​. ==== +To cancel a running idle_verify process, use the `--cancel` argument: Review Comment: ```suggestion To cancel a running `idle_verify` operation, use the `--cancel` argument: ``` -- 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]
