You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In specific cases, such as when the state of the store changes to Down and it becomes practically impossible for some operator to continue advancing, the best way is to immediately cancel the operator and free up the quota for other schedulers.
We have previously fixed partial of the issue #4223
The reason for not fixing it completely is that the previous PR only considered TransferLeader, AddLearner, AddPeer. For the other types, it is more complicated to determine if the scheduling could continue. For example, for PromoteLearner (located in a down store), if there is only one voter, it cannot continue, if there are more voters, then it can continue.
Feature Request
Describe your feature request related problem
In specific cases, such as when the state of the store changes to
Down
and it becomes practically impossible for some operator to continue advancing, the best way is to immediately cancel the operator and free up the quota for other schedulers.We have previously fixed partial of the issue #4223
The reason for not fixing it completely is that the previous PR only considered
TransferLeader
,AddLearner
,AddPeer
. For the other types, it is more complicated to determine if the scheduling could continue. For example, forPromoteLearner
(located in a down store), if there is only one voter, it cannot continue, if there are more voters, then it can continue.Describe the feature you'd like
Consider store status more completely.
Describe alternatives you've considered
Teachability, Documentation, Adoption, Migration Strategy
The text was updated successfully, but these errors were encountered: