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

backport-2.1: storage: make load-based replica rebalancing decisions at the store level #3760

Closed
jseldess opened this issue Sep 18, 2018 · 1 comment
Assignees
Milestone

Comments

@jseldess
Copy link
Contributor

jseldess commented Sep 18, 2018

PR: cockroachdb/cockroach#29663

From release notes:

Range replicas are now automatically rebalanced throughout the cluster to even out the amount of QPS being handled by each node. [#29663][#29663] {% comment %}doc{% endcomment %}

The experimental, non-recommended kv.allocator.stat_based_rebalancing.enabled and kv.allocator.stat_rebalance_threshold cluster settings have been replaced by an improved approach to load-based rebalancing that can be controlled via the new kv.allocator.load_based_rebalancing cluster setting. By default, leases will be rebalanced within a cluster to achieve better QPS balance. [#29663][#29663] {% comment %}doc{% endcomment %}

@rmloveland
Copy link
Contributor

This was handled by PR #3921

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants