Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/_docs/tools/control-script.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Comment thread
DenisPolo marked this conversation as resolved.
Outdated

[source, shell]
----
control.sh --cache idle_verify --cancel
----

=== Repairing cache consistency
[WARNING]
====
Expand Down