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
kvserver: don't subsume self-blocking latency in scheduler latency
We noticed elevated p99s during scale testing that disappeared when disabling
internal timeseries storage. The theory is that the timeseries replicas are
quite busy, and the scheduler latency was (unintentionally, I argue) picking up
raft **handling** latencies because it wasn't accounting for the case in which
handling a replica was delayed by an inflight handling of that same replica.
This commit addresses this issue, so that the scheduling latency metrics truly
reflect only the scheduling latency.
Fixes#147911
Release note: None
0 commit comments