-
Notifications
You must be signed in to change notification settings - Fork 287
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
etcd_worker: add timeout for etcd txn and watchCh #3667
etcd_worker: add timeout for etcd txn and watchCh #3667
Conversation
[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. |
/run-integration-tests |
…ix_pd_cause_owner_stuck
Codecov Report
@@ Coverage Diff @@
## master #3667 +/- ##
================================================
+ Coverage 56.5356% 58.1031% +1.5674%
================================================
Files 211 247 +36
Lines 22798 24651 +1853
================================================
+ Hits 12889 14323 +1434
- Misses 8598 8894 +296
- Partials 1311 1434 +123 |
/run-integration-tests |
/run-integration-tests |
/run-integration-tests |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #3756. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #3757. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #3758. |
In response to a cherrypick label: new pull request created: #3759. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #3760. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
What problem does this PR solve?
#3615
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
Release note