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
108054: kvserver: always log store rebalancer transfers and relocates r=andrewbaptist a=kvoli
Previously, the store rebalancer would not default log range lease transfers or replica relocations, nor their estimated load impact. This made debugging imbalance related issues difficult.
Bump the range relocation and range lease transfer log lines from `v(1)` to `Info`, so that they are always logged.
Resolves: cockroachdb#107702
Release note: None
Co-authored-by: Austen McClernon <[email protected]>
0 commit comments