-
Notifications
You must be signed in to change notification settings - Fork 742
Closed
Labels
type/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.
Description
As of 4.0, exp was introduced in hotspot scheduling in order to avoid redundant scheduling.
However, during recent development I noticed that for both the qps and byte dimensions, the exp of both often conflicted, preventing the majority of scheduling, so we needed to remove or adapt it.
Possible problems
- no manual gear adjustment mechanism
- redundant scheduling may not be prevented
The solution
- keep it, but set the threshold to a very low value
- change the judgment condition from "and" to "or"
- simply remove it and leave the task of preventing redundant scheduling to pending influence
Metadata
Metadata
Assignees
Labels
type/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.