tiflow
tiflow copied to clipboard
Update filter table don't works in some of capture
Bug Report
Please answer these questions before submitting your issue. Thanks!
- What did you do? If possible, provide a recipe for reproducing the error.
- Config: 3x CDC server, 1xchangefeed, at first there's 20 table count.
- Update changefeed, filter 2x table: tiup ctl:v5.0.0-nightly-20210429 cdc changefeed update --config change.toml --pd=http://172.16.6.53:2379 -c=abcde

-
What did you expect to see? Only 2x table from metrics
-
What did you see instead?
- One capture still listen 6x table

- Compare cdc log between cdc server, one has incorrect filter info
53:
54:

-
Versions of the cluster
-
Upstream TiDB cluster version (execute
SELECT tidb_version();in a MySQL client):5.0.0-nightly -
TiCDC version (execute
cdc version):5.0.0-nightly
-
/assign @asddongmen
I can not reproduce this issue in both v5.0.0-nightly and the manster branch.
If you find the problem again, please feel free to reopen this issue and inform me.