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: add minimum cpu lb split threshold #98250

Merged
merged 1 commit into from
Mar 9, 2023

Commits on Mar 8, 2023

  1. kvserver: add minimum cpu lb split threshold

    Previously, `kv.range_split.load_cpu_threshold` had no minimum setting
    value. It is undesirable to allow users to set this setting to low as
    excessive splitting may occur.
    
    `kv.range_split.load_cpu_threshold` now has a minimum setting value of
    `10ms`.
    
    Resolves: cockroachdb#98107
    
    Release note (ops change): `kv.range_split.load_cpu_threshold` now has a
    minimum setting value of `10ms`.
    kvoli committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    903747d View commit details
    Browse the repository at this point in the history