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

Optimize the synchronization behavior of the lossy DDL operation #8686

Closed
nongfushanquan opened this issue Mar 27, 2023 · 7 comments · Fixed by #8859, #8912 or #8926
Closed

Optimize the synchronization behavior of the lossy DDL operation #8686

nongfushanquan opened this issue Mar 27, 2023 · 7 comments · Fixed by #8859, #8912 or #8926
Assignees
Labels
affects-6.5 affects-7.1 area/ticdc Issues or PRs related to TiCDC. type/enhancement This is a enhancement PR

Comments

@nongfushanquan
Copy link
Contributor

nongfushanquan commented Mar 27, 2023

Is your feature request related to a problem?

When a customer runs certain DDLs on a big table, such as modifying a column that affects all rows of the table, all rows will replicate to the downstream

Describe the feature you'd like

the ticdc will ignore the dml and only sync ddl to the downstream.

Describe alternatives you've considered

No response

Teachability, Documentation, Adoption, Migration Strategy

No response

@nongfushanquan nongfushanquan added the type/feature Issues about a new feature label Mar 27, 2023
@nongfushanquan
Copy link
Contributor Author

/area cdc

@ti-chi-bot
Copy link
Member

@nongfushanquan: The label(s) area/cdc cannot be applied, because the repository doesn't have them.

In response to this:

/area cdc

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 ti-community-infra/tichi repository.

@nongfushanquan
Copy link
Contributor Author

/area ticdc

@ti-chi-bot ti-chi-bot added the area/ticdc Issues or PRs related to TiCDC. label Mar 27, 2023
@nongfushanquan
Copy link
Contributor Author

/assign @hi-rustin

@nongfushanquan
Copy link
Contributor Author

/assign @hi-rustin
/unassign @amyangfei

@ti-chi-bot ti-chi-bot bot assigned hi-rustin and unassigned amyangfei Apr 25, 2023
@hi-rustin hi-rustin added type/enhancement This is a enhancement PR and removed type/feature Issues about a new feature labels Apr 26, 2023
@nongfushanquan nongfushanquan changed the title optimize the behavior of sync the DDL when the downstream is tidb/mysql Optimize the synchronization behavior of the lossy DDL operation Apr 27, 2023
ti-chi-bot bot pushed a commit that referenced this issue Apr 27, 2023
ti-chi-bot bot pushed a commit that referenced this issue Apr 28, 2023
@nongfushanquan
Copy link
Contributor Author

/label affects-6.5

@nongfushanquan
Copy link
Contributor Author

/label affects-7.1

ti-chi-bot bot pushed a commit that referenced this issue May 19, 2023
hi-rustin pushed a commit to ti-chi-bot/tiflow that referenced this issue May 19, 2023
close pingcap#8686

Signed-off-by: hi-rustin <rustin.liu@gmail.com>
ti-chi-bot bot pushed a commit that referenced this issue May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment