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
78995: release-22.1: kvserver: gossip l0sublevels instead of read amp r=kvoli a=blathers-crl[bot]
Backport 1/1 commits from #78949 on behalf of `@kvoli.`
/cc `@cockroachdb/release`
----
Previously read amplification was gossipped among stores to enable
future allocation decisions that would avoid candidates with high read
amplification. L0 Sublevels represents the number of levels with L0 and
is a portion of read amplification. This patch change read amplification
to l0 sublevels, as it is a better indicator of store health.
Release justification: low risk, replace deprecated gossip signal.
Release note: None
----
Release justification:
Co-authored-by: Austen McClernon <austen@cockroachlabs.com>
0 commit comments