-
Notifications
You must be signed in to change notification settings - Fork 289
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
DML construct error and changefeed stop caused by 'rename tables' #5059
Labels
affects-5.4
This bug affects the 5.4.x(LTS) versions.
affects-6.0
area/ticdc
Issues or PRs related to TiCDC.
severity/major
type/bug
The issue is confirmed as a bug.
Comments
57 tasks
overvenus
added a commit
that referenced
this issue
Mar 30, 2022
…5068) * fix(schema): fix DML construct error caused by 'rename tables' DDL close #5059 Co-authored-by: qupeng <[email protected]> Co-authored-by: Neil Shen <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
ti-chi-bot
pushed a commit
to ti-chi-bot/tiflow
that referenced
this issue
Mar 30, 2022
overvenus
added a commit
that referenced
this issue
Mar 31, 2022
…5068) (#5080) * fix(schema): fix DML construct error caused by 'rename tables' DDL close #5059 Co-authored-by: maxshuang <[email protected]> Co-authored-by: Neil Shen <[email protected]>
This was referenced May 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-5.4
This bug affects the 5.4.x(LTS) versions.
affects-6.0
area/ticdc
Issues or PRs related to TiCDC.
severity/major
type/bug
The issue is confirmed as a bug.
What did you do?
bigint
test case, need change alldrop table
to renametable
What did you expect to see?
changefeed work normal
What did you see instead?
Error DML rewrite and cause changefeed stop by error.
It may cause by incorrect
rename table
implemement.sql sequence:
log:
cdc 5.log
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):Upstream TiKV version (execute
tikv-server --version
):TiCDC version (execute
cdc version
):Release Version: v6.0.0-master-dirty
The text was updated successfully, but these errors were encountered: