-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TiCDC Bug Report] lost a table when rename the table in the upstream #3607
Comments
The version |
the reason could be found in
What's more, if you execute statement
Because TiCDC uses new table name
|
I have tested 3 situations: rename upstream
|
I have re-tested
|
what's about 5.2.4 and 5.1.4? |
/unassign @hicqu |
After #6446 be merged, |
/close |
@nongfushanquan: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What did you do?
changefeed.toml
:changefeed.toml
:$ cdc cli changefeed create --sink-uri="blackhole://" --config changefeed.toml
tt
and insert a row in the upstream:tt_2
and insert some rows in the upstream:tt_2
:tt
:tt_2
tott
:tt
:What did you expect to see?
TiCDC will capture all the changelogs from table
tt
, whether this table has been renamed or not.What did you see instead?
The program only captures table
tt
which have not been renamed.the BlockHole log:
and there is another question:
why the DDLs from
tt_2
are inputted to the BlackHole sink? they should be filtered.Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):v4.0.14
TiCDC version (execute
cdc version
):v4.0.14
The text was updated successfully, but these errors were encountered: