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

kvserver: make allocator's disk utilization thresholds tunable #79736

Conversation

aayushshah15
Copy link
Contributor

The allocator has two different disk space utilization thresholds that it uses
to determine a) when candidate stores are too full to be receiving any new
replicas, and b) when existing stores are too full and should start shedding
replicas. Previously, these were static constants. This commit makes them
tunable.

Resolves #79461

Release note: none

The allocator has two different disk space utilization thresholds that it uses
to determine a) when candidate stores are too full to be receiving any new
replicas, and b) when _existing_ stores are too full and should start shedding
replicas. Previously, these were static constants. This commit makes them
tunable.

Resolves cockroachdb#79461

Release note: none
@aayushshah15 aayushshah15 requested a review from a team as a code owner April 10, 2022 08:55
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@irfansharif
Copy link
Contributor

#97409.

@irfansharif irfansharif closed this Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kvserver: disk space utilization thresholds for rebalancing should be tunable
3 participants