sink(ticdc): waiting the asynchronous ddl to synchronize#12123
sink(ticdc): waiting the asynchronous ddl to synchronize#12123ti-chi-bot[bot] merged 26 commits intopingcap:masterfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
/test pull-cdc-integration-mysql-test |
|
Please complete the "Check List" part of this PR description. Specifically, remove the items that you didn't do and the redundant items (No code). |
|
Please conduct a manual test to ensure there are no performance issues when there are thousands of tables. I'm concerned about the execution time of the query: |
I test it with v9.0.0-beta.1.pre-nightly version, and you could find more information in pingcap/tidb#55748 |
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: asddongmen, hongyunyan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
|
/test pull-engine-integration-test |
|
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
What problem does this PR solve?
Issue Number: close #12114 close #12128
What is changed and how it works?
When a DDL operation takes a long time, the connection may be lost, even though the DDL is actually executed. Instead of throwing a failure state, we can query the downstream and wait for the DDL to complete.
Notice:
Check List
Tests
Questions
Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?
Release note