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

PR #96128 - kvserver: introduce cpu load based splits #16243

Open
cockroach-teamcity opened this issue Feb 11, 2023 · 0 comments
Open

PR #96128 - kvserver: introduce cpu load based splits #16243

cockroach-teamcity opened this issue Feb 11, 2023 · 0 comments

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Feb 11, 2023

Exalate commented:

Related PR: cockroachdb/cockroach#96128
Commit: cockroachdb/cockroach@408e227
Fixes: cockroachdb/cockroach#95377 cockroachdb/cockroach#83519 cockroachdb/cockroach#95377


Release note (ops change): Load based splitter now supports using request
cpu usage to split ranges. This is introduced with the previous cluster
setting kv.allocator.load_based_rebalancing.objective, which when set
to cpu, will use request cpu usage. The threshold above which
CPU usage of a range is considered for splitting is defined in the
cluster setting kv.range_split.load_cpu_threshold, which has a default
value of 250ms.

Jira Issue: DOC-6922

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