-
Notifications
You must be signed in to change notification settings - Fork 113
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
[close #651] fix HA issue for pd client #652
[close #651] fix HA issue for pd client #652
Conversation
Signed-off-by: iosmanthus <[email protected]>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #652 +/- ##
============================================
+ Coverage 37.93% 38.11% +0.18%
Complexity 1610 1610
============================================
Files 278 278
Lines 17482 17482
Branches 1986 1986
============================================
+ Hits 6631 6664 +33
+ Misses 10194 10160 -34
- Partials 657 658 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
bdeb94a
to
c615180
Compare
Signed-off-by: iosmanthus <[email protected]>
Signed-off-by: iosmanthus <[email protected]>
This PR is stale because it has been open 30 days with no activity. Remove the status/stale label or comment or this PR will be closed in 7 days. |
This PR was closed because it has been stalled for 7 days with no activity. |
Signed-off-by: iosmanthus [email protected]
What problem does this PR solve?
Issue Number: close #651
Problem Description:
See the issue.
What is changed and how does it work?
getMembers
andcheckHealth
produces a return value and handle it.Check List for Tests
This PR has been tested by at least one of the following methods:
Related changes