Skip to content
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 receive DDLs out of order by the DDL Job StartTs #49498

Closed
3AceShowHand opened this issue Dec 15, 2023 · 2 comments · Fixed by #49699
Closed

TiCDC receive DDLs out of order by the DDL Job StartTs #49498

3AceShowHand opened this issue Dec 15, 2023 · 2 comments · Fixed by #49699
Assignees
Labels
affects-6.5 affects-7.1 affects-7.5 component/ddl This issue is related to DDL of TiDB. report/customer Customers have encountered this bug. severity/critical type/bug The issue is confirmed as a bug.

Comments

@3AceShowHand
Copy link
Contributor

3AceShowHand commented Dec 15, 2023

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

create table test.t;
drop table drop.t;
create table test.t;

There are 3 DDL jobs generated and synced to the TiCDC changefeed.

2. What did you expect to see? (Required)

The TiCDC changefeed should receive the DDL with small StartTs first, then the DDL with larger StartTs.

3. What did you see instead (Required)

The TiCDC changefeed receives DDL with larger StartTs first, then the DDL with smaller StartTs.

4. What is your TiDB version? (Required)

v6.5.3

@3AceShowHand 3AceShowHand added the type/bug The issue is confirmed as a bug. label Dec 15, 2023
@aytrack aytrack added the component/ddl This issue is related to DDL of TiDB. label Dec 18, 2023
@aytrack
Copy link
Contributor

aytrack commented Dec 18, 2023

set to critical since it may lead ticdc sync data inconsistencies

@tangenta tangenta self-assigned this Dec 19, 2023
@jebter jebter removed the affects-7.6 label Jan 9, 2024
@seiya-annie
Copy link

/found customer

@ti-chi-bot ti-chi-bot bot added the report/customer Customers have encountered this bug. label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.5 affects-7.1 affects-7.5 component/ddl This issue is related to DDL of TiDB. report/customer Customers have encountered this bug. severity/critical type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants