You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: