Skip to content

Commit 8fc3e09

Browse files
authored
IGNITE-28646 Add description of '--cancel' flag for idle_verify command (#13165)
1 parent d6ef99c commit 8fc3e09

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/_docs/tools/control-script.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,13 @@ Partition instances: [PartitionHashRecord [isPrimary=true, partHash=97595430, up
689689
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​.
690690
====
691691

692+
To cancel a running `idle_verify` operation, use the `--cancel` argument:
693+
694+
[source, shell]
695+
----
696+
control.sh --cache idle_verify --cancel
697+
----
698+
692699
=== Repairing cache consistency
693700
[WARNING]
694701
====

0 commit comments

Comments
 (0)