Details
-
Improvement
-
Resolution: Fixed
-
Critical
-
2.2.0, 2.5.0
-
Security Level: Public
Description
Currently, XDCR checkpoints are not replicated to the replica nodes. this means that on any topology change, XDCR needs to re-check if each item is needed on the other side. While it may not resend the data, rechecking for a large number of items is quite expensive.
We need to replicate checkpoints so that XDCR is incremental on topology changes just as it work without topology changes.