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

admission: fix comment in admission.go #103354

Merged
merged 1 commit into from
May 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkg/util/admission/admission.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
// - Limiting node overload, so that bad things don't happen due to starvation
// of resources.
// - Providing performance isolation between low and high importance
// activities, so that overload caused by the latter does not impact the
// latency of the former. Additionally, for multi-tenant KV nodes, the
// activities, so that overload caused by the former does not impact the
// latency of the latter. Additionally, for multi-tenant KV nodes, the
// isolation should extend to inter-tenant performance isolation.
// Isolation is strictly harder than limiting node overload, and the
// abstractions here are likely to be average quality in doing so.
Expand Down