-
Notifications
You must be signed in to change notification settings - Fork 315
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: when rolling restart PD, confirm that each peers can serve #1032
Conversation
…ve after starting Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com>
/label type/bug-fix |
Codecov Report
@@ Coverage Diff @@
## master #1032 +/- ##
==========================================
- Coverage 55.68% 50.08% -5.61%
==========================================
Files 280 280
Lines 19742 19750 +8
==========================================
- Hits 10994 9892 -1102
- Misses 7042 8239 +1197
+ Partials 1706 1619 -87
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
The test results appear to be valid(affect about 1~2s): [ 580s ] thds: 16 tps: 3950.13 qps: 3950.13 (r/w/o: 0.00/3950.13/0.00) lat (ms,95%): 3.36 err/s: 0.00 reconn/s: 0.00[ 581s ] thds: 16 tps: 655.29 qps: 655.29 (r/w/o: 0.00/655.29/0.00) lat (ms,95%): 4.25 err/s: 0.00 reconn/s: 0.00[ 582s ] thds: 16 tps: 4388.59 qps: 4388.59 (r/w/o: 0.00/4388.59/0.00) lat (ms,95%): 3.07 err/s: 0.00 reconn/s: 0.00 |
Thanks! |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: f86d28c
|
Signed-off-by: Zheng Xiangsheng hundundm@gmail.com
What problem does this PR solve?
tiup reload pd
is executed, PD service may be unavailable for about 10 seconds.What is changed and how it works?
Check List
Tests
tiup reload pd
Related changes
Release notes: