We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In 4.0, we use expectation to avoid creating redundant operators after #2297
In 6.3, we use variance to reduce schedule when the cluster has been enough uniform after #4912 and #5286
But we calculate expectation and variance without considering about placement-rules or machine performance, only distinguishing tikv and tiflash.
we need better expectation and variance in hot region scheduler, or could close then they can not work.
The text was updated successfully, but these errors were encountered:
SrcToleranceRatio
DstToleranceRatio
stddev
scheduler: make SrcToleranceRatio and DstToleranceRatio enable fo…
85ace3d
…r `stddev` (#5546) ref #5545 Signed-off-by: lhy1024 <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
No branches or pull requests
Development Task
In 4.0, we use expectation to avoid creating redundant operators after #2297
In 6.3, we use variance to reduce schedule when the cluster has been enough uniform after #4912 and #5286
But we calculate expectation and variance without considering about placement-rules or machine performance, only distinguishing tikv and tiflash.
we need better expectation and variance in hot region scheduler, or could close then they can not work.
The text was updated successfully, but these errors were encountered: