-
Notifications
You must be signed in to change notification settings - Fork 468
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
Re-enable stats-based replica rebalancing #2051
Milestone
Comments
This was referenced Oct 18, 2017
jseldess
added
C-product-change
and removed
performance-and-scalability
C-product-change
labels
Jan 18, 2018
PR: cockroachdb/cockroach#28340 From release notes:
@a-robinson, is this work now done and ready to be documented? |
Not quite, I'd suggest waiting until next week. |
From forum:
|
rmloveland
added a commit
that referenced
this issue
Oct 25, 2018
Fixes #2051. Summary of changes: - Add a paragraph to *Architecture > Replication Layer* describing that as of v2.1, in addition to the rebalancing that occurs when nodes are added or removed, we also rebalance leases and replicas based on load. Also added links to relevant cluster setting and zone config docs for those who want more info.
rmloveland
added a commit
that referenced
this issue
Oct 25, 2018
Fixes #2051. Summary of changes: - Add a paragraph to *Architecture > Replication Layer* describing that as of v2.1, in addition to the rebalancing that occurs when nodes are added or removed, we also rebalance leases and replicas based on load. Also added links to relevant cluster settings and zone config docs for those who want more info.
rmloveland
added a commit
that referenced
this issue
Oct 26, 2018
Fixes #2051. Summary of changes: - Add a paragraph to *Architecture > Replication Layer* describing that as of v2.1, in addition to the rebalancing that occurs when nodes are added or removed, we also rebalance leases and replicas based on load. Also added links to relevant cluster settings and zone config docs for those who want more info.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This means turning on both load-based replica rebalancing and size-based replica rebalancing. So in addition to some how-to docs, we'll need to update our architecture docs.
Background: https://airtable.com/tblD3oZPLJgGhCmch/viwINAgXA5on9pr2T/recWJ095g7CriLJ88
PM: @awoods187
Eng Partner: @a-robinson
The text was updated successfully, but these errors were encountered: