-
Notifications
You must be signed in to change notification settings - Fork 286
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
sink: fix issue, Fail-fast for unrecoverable DML errors (#1928) #2315
sink: fix issue, Fail-fast for unrecoverable DML errors (#1928) #2315
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
[REVIEW NOTIFICATION] This pull request has not been approved. 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. |
/run-all-tests |
Please resolve conflicts @ben1009 |
blocked by https://github.com/pingcap/ticdc/pull/2091 |
/run-all-tests |
/run-all-tests |
1 similar comment
/run-all-tests |
since mounter.go was removed in pingcap/ticdc@47a8306
/run-leak-tests |
/run-integration-tests |
2 similar comments
/run-integration-tests |
/run-integration-tests |
Codecov Report
@@ Coverage Diff @@
## release-4.0 #2315 +/- ##
===================================================
+ Coverage 53.7661% 55.1334% +1.3672%
===================================================
Files 153 163 +10
Lines 15958 19451 +3493
===================================================
+ Hits 8580 10724 +2144
- Misses 6475 7708 +1233
- Partials 903 1019 +116 |
/run-kafka-tests |
1 similar comment
/run-kafka-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 85c8610
|
This is an automated cherry-pick of #1928
What problem does this PR solve?
backoff
retry pkgWhat is changed and how it works?
Check List
Tests
Code changes
Related changes
Release note