Skip to content
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

scheduler: enable evict-slow-store scheduler by default. #7564

Closed
LykxSassinator opened this issue Dec 18, 2023 · 0 comments · Fixed by #7505
Closed

scheduler: enable evict-slow-store scheduler by default. #7564

LykxSassinator opened this issue Dec 18, 2023 · 0 comments · Fixed by #7505
Labels
type/development The issue belongs to a development tasks

Comments

@LykxSassinator
Copy link
Contributor

Development Task

In previous works mentioned in tikv/tikv#15909, we've:

  • Fine-tune the Slow-Score detection algorithm to reduce the false-positive rate of Slow-Score detection algorithm.
  • Reduce the reaction interval by modifying the default sampling interval of Slow-Score from 500ms to 100ms.

And, by testing, the fine-tuned SlowScore detection algorithm has considerable sensitiveness to Disk IO jitters, and lower false-positive rate to hotspots cases. So, it's the time to enable it by default.

@LykxSassinator LykxSassinator added the type/development The issue belongs to a development tasks label Dec 18, 2023
ti-chi-bot bot pushed a commit that referenced this issue Dec 18, 2023
close #7564, ref tikv/tikv#15909

Enable `evict-slow-store` scheduler by default.

Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/development The issue belongs to a development tasks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant