This is an automated email from the ASF dual-hosted git repository.

shishkovilja pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 8fc3e092157 IGNITE-28646 Add description of '--cancel' flag for 
idle_verify command (#13165)
8fc3e092157 is described below

commit 8fc3e0921570e07abbead710663ea0ca601a6ea6
Author: Denis <[email protected]>
AuthorDate: Fri May 29 04:24:12 2026 +1000

    IGNITE-28646 Add description of '--cancel' flag for idle_verify command 
(#13165)
---
 docs/_docs/tools/control-script.adoc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/_docs/tools/control-script.adoc 
b/docs/_docs/tools/control-script.adoc
index 229e930e5d0..3329f1c4156 100644
--- a/docs/_docs/tools/control-script.adoc
+++ b/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` operation, use the `--cancel` argument:
+
+[source, shell]
+----
+control.sh --cache idle_verify --cancel
+----
+
 === Repairing cache consistency
 [WARNING]
 ====

Reply via email to