You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
146331: kvserver: introduce setting to periodically reset split samples r=wenyihu6 a=kvoli
Introduce a cluster setting `kv.range_split.load_reset_duration` which resets the load based splitter sampling after the set duration. When the set duration is zero, the load based splitter continues to only be reset when the per-second load falls below the load split threshold.
This setting may be useful when a range services a non-stationary load distribution, such that the initially sampled set of split keys are unsuitable to determine a split key from (e.g., all the same key) but a later sample set is suitable.
Informs: #144407
Release note: None
Co-authored-by: Austen McClernon <[email protected]>
0 commit comments