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
We use region limit here to decide if the scatter range scheduler can schedule but actually, we also use this scheduler to scatter leader which needs to be considered.
BTW, OpRange here is not very useful. IMO, we can remove it and directly use OpRegion.
Bug Report
pd/server/schedulers/scatter_range.go
Lines 195 to 225 in ca53ac6
We use region limit here to decide if the scatter range scheduler can schedule but actually, we also use this scheduler to scatter leader which needs to be considered.
BTW,
OpRange
here is not very useful. IMO, we can remove it and directly useOpRegion
.What version of PD are you using (
pd-server -V
)?master (ca53ac6)
The text was updated successfully, but these errors were encountered: