Open tongtongyin opened 3 years ago
Do you have two tidb clusters A and B, have you performed the following sequence of operations?
According to What should I do when BR restores data to the upstream cluster of TiCDC/Drainer?, operations like is not supported yet.
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a recipe for reproducing the error. Turn on cdc synchronization, perform a full backup A, and then insert some data into the instance. Then perform BR incremental recovery twice in succession, then the second BR incremental recovery will have the problem of inconsistency with the data required by the user. Because BR incremental recovery operations will not be recorded in the cdclog.
What did you expect to see? After cdc synchronization is enabled, when BR incremental recovery is performed, the operation of BR incremental recovery can be recorded in cdclog.
What did you see instead?
What version of BR and TiDB/TiKV/PD are you using?
Operation logs
br.log
for BR if possibletidb-lightning.log
for TiDB-Lightning if possibletikv-importer.log
from TiKV-Importer if possibleConfiguration of the cluster and the task
tidb-lightning.toml
for TiDB-Lightning if possibletikv-importer.toml
for TiKV-Importer if possibletopology.yml
if deployed by TiUPScreenshot/exported-PDF of Grafana dashboard or metrics' graph in Prometheus if possible