-
Notifications
You must be signed in to change notification settings - Fork 312
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
cluster: updateTopology maybe hang forever #1144
cluster: updateTopology maybe hang forever #1144
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1144 +/- ##
===========================================
- Coverage 53.66% 40.98% -12.69%
===========================================
Files 285 284 -1
Lines 20317 20285 -32
===========================================
- Hits 10904 8313 -2591
- Misses 7748 10692 +2944
+ Partials 1665 1280 -385
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
[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 writing |
Timeout is good, but I think we should also refine the process of checking PD status before updating topology and fail there. (I believe we should have timeout set for HTTP clients) |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 36d2c41
|
* fix(cluster): UpdateTopology maybe hangs forever * tests: add prometheus,grafana start testcase
What problem does this PR solve?
fix #333
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
Release notes: