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

Add Unit Test to Validate Schema Version Check Removal in TiCDC #11820

Open
wlwilliamx opened this issue Dec 3, 2024 · 1 comment · May be fixed by #11822
Open

Add Unit Test to Validate Schema Version Check Removal in TiCDC #11820

wlwilliamx opened this issue Dec 3, 2024 · 1 comment · May be fixed by #11822

Comments

@wlwilliamx
Copy link
Contributor

wlwilliamx commented Dec 3, 2024

Description

This issue focuses on adding a unit test to ensure the correctness of TiCDC’s DDL processing logic after the removal of the schema version check in #11733. Previously, TiCDC discarded DDL jobs if their schema versions were smaller than the current schema version, even when their commit timestamps were valid. To address this issue, the schema version check was removed, allowing DDL jobs with out-of-order schema versions to be processed as long as their commit timestamps are valid.

@wlwilliamx
Copy link
Contributor Author

/affects 6.5 7.1 7.5 8.1 8.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant