-
Notifications
You must be signed in to change notification settings - Fork 720
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
operator: check store status for running operators (#4223) #4365
operator: check store status for running operators (#4223) #4365
Conversation
close tikv#3353 Signed-off-by: disksing <i@disksing.com>
Signed-off-by: disksing <i@disksing.com>
[REVIEW NOTIFICATION] This pull request has not been approved. 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. |
Signed-off-by: disksing <i@disksing.com>
Codecov Report
@@ Coverage Diff @@
## release-5.2 #4365 +/- ##
===============================================
- Coverage 74.87% 74.83% -0.05%
===============================================
Files 249 249
Lines 25672 25686 +14
===============================================
Hits 19223 19223
- Misses 4772 4782 +10
- Partials 1677 1681 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This is an automated cherry-pick of #4223
What problem does this PR solve?
Fix #3353
What is changed and how it works?
TransferLeader
,AddLearner
,AddPeer
, check if the target store is down and cancel the operator if need.OperatorStep
may or may not get blocked by down store, we don't restrict them in the PR.Check List
Tests
Related changes
Release note