Open
Description
Exalate commented:
Related PR: cockroachdb/cockroach#96127
Commit: cockroachdb/cockroach@c28ed6b
Release note (ops change): Add option to balance cpu time (cpu)
instead of queries per second (qps) among stores in a cluster. This is
done by setting kv.allocator.load_based_rebalancing.objective='cpu'
.
kv.allocator.cpu_rebalance_threshold
is also added, similar to
kv.allocator.qps_rebalance_threshold
to control the target range for
store cpu above and below the cluster mean.
Jira Issue: DOC-6917