This is an automated email from the ASF dual-hosted git repository.
dspavlov 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 850237189da IGNITE-28783 Document CDC resend active-cluster
requirement (#13245)
850237189da is described below
commit 850237189daae4b34de91d373887a43175026332
Author: ignitetcbot <[email protected]>
AuthorDate: Fri Jun 19 12:08:24 2026 +0300
IGNITE-28783 Document CDC resend active-cluster requirement (#13245)
Codex co-authored-by: Dmitriy Pavlov <[email protected]>
---
docs/_docs/persistence/change-data-capture.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/_docs/persistence/change-data-capture.adoc
b/docs/_docs/persistence/change-data-capture.adoc
index e844e026eaa..40df4755615 100644
--- a/docs/_docs/persistence/change-data-capture.adoc
+++ b/docs/_docs/persistence/change-data-capture.adoc
@@ -176,6 +176,8 @@ When the CDC has been forcefully disabled for a while,
cache changes will be ski
In this case it is necessary to resend data from existing caches.
For example, this is important if you need to ensure consistency of cache data
before a replication restart.
+NOTE: The command requires an active cluster and will be canceled if the
cluster is inactive.
+
NOTE: The command will be canceled if cluster was not rebalanced or topology
changed (node left/joined, baseline changed).
To forcefully resend all cache data to CDC you can run the following
link:tools/control-script[Control Script] command: