-
Notifications
You must be signed in to change notification settings - Fork 409
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
Comprehensive Limiters for IO and CPU #1720
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Comments
Subtask(Plan)
|
This was referenced Aug 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, we only have IO limiters for background tasks. Which is not enough. For example, a heavy read task can consume lots of IO, and slow down the write processes, eventually cause the write stall or high Wait Index Duration.
Ideally, we should have limiters, both IO and CPU, for
And the threshold is better to be self-adjusted. Since CPU is known to be very complicated to limit, we can start with IO limiters.
The text was updated successfully, but these errors were encountered: