-
Notifications
You must be signed in to change notification settings - Fork 288
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
table_pipeline: Fix blocking entire pipeline when DDL puller is lagging behind #2078
table_pipeline: Fix blocking entire pipeline when DDL puller is lagging behind #2078
Conversation
/run-integration-tests |
/run-integration-tests |
Codecov Report
@@ Coverage Diff @@
## master #2078 +/- ##
=================================================
+ Coverage 37.8006% 54.0262% +16.2256%
=================================================
Files 110 164 +54
Lines 11394 17560 +6166
=================================================
+ Hits 4307 9487 +5180
- Misses 6662 7064 +402
- Partials 425 1009 +584 |
/run-kafka-integration-tests |
/run-kafka-integration-test |
/run-all-tests |
/run-integration-tests |
/run-all-tests |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 4406554
|
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created: #2091. |
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created: #2092. |
In response to a cherrypick label: new pull request created: #2093. |
…is lagging behind (pingcap#2078)" This reverts commit 8875ca3.
What problem does this PR solve?
What is changed and how it works?
Check List
Tests
Side effects
Related changes
Release note