-
Notifications
You must be signed in to change notification settings - Fork 727
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
Reduce the conflict when multiple scheduling is running #3778
Comments
Also some existed problems can be found in #3807 |
Also some existed problems can be found in #3749 |
there are two way to solved the problem that schedulers influenced each other:
the other way: modify the scheduler/checker isAllowed condition by subtracting the other OpKind Operators, such as:
|
Let |
@bufferflies Can we close it? |
Background
Scenario 1: Due to the drop table operation, a large number of merge operations are continuously occurring, and the balance-leader is restricted by the leader-schedule-limit, resulting in the conflict.
Scenario 2: store limit is shared by multiple schedulers.
details
hot-region
.store limit
, such as allow preemption with priority.The text was updated successfully, but these errors were encountered: