nizhikov commented on code in PR #10524:
URL: https://github.com/apache/ignite/pull/10524#discussion_r1159708891


##########
docs/_docs/persistence/change-data-capture.adoc:
##########
@@ -171,6 +171,28 @@ For example, CDC was turned off several times: 
`000000000000002.wal`, `000000000
 Then, after the command is executed, the following segment links will be 
deleted: `000000000000002.wal`, `000000000000003.wal`, `000000000000008.wal`.
 The application will start from the `0000000000000010.wal` segment after being 
enabled.
 
+== Forcefully resend all cache data to CDC
+
+When the CDC has been forcefully disabled for a while, cache changes will be 
skipped.
+In this case it is necessary to resend data from existing caches. For example, 
this is important for the following cases:
+
+- pre-synchronizing replication;
+- handling missed segments.
+
+WARNING: There are no guarantees of handling concurrent updates.

Review Comment:
   Please, clarify what use-case you have in mind here.



-- 
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]

Reply via email to