-
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
Conversation
/run-integration-tests |
/run-leak-tests |
/run-integration-tests |
Codecov Report
@@ Coverage Diff @@
## master #1928 +/- ##
=================================================
+ Coverage 37.8006% 54.9333% +17.1327%
=================================================
Files 110 171 +61
Lines 11394 20787 +9393
=================================================
+ Hits 4307 11419 +7112
- Misses 6662 8252 +1590
- Partials 425 1116 +691 |
[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: b070ea2
|
/run-integration-tests |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #2315. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #2316. |
In response to a cherrypick label: new pull request created: #2317. |
What problem does this PR solve?
backoff
retry pkgWhat is changed and how it works?
Check List
Tests
Code changes
Related changes
Release note