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
153172: colfetcher: elastic AC pace low-pri bulk reads r=dt a=dt
Some bulk low pri reads can read large amounts of data. If KV admission
slots are not contended these scans scan end up doing non-trivial chunks
of client-side work in a tight loop, potentially remaining on-core for
some time. Having background/bulk work remain on-core for long, uninterrupted
blocks of time can push scheduling delays for foreground work higher, so we
typically aim to add scheduling-latency-driven pacer preemption points to these
sorts of loops.
Release note: none.
Epic: none.
Co-authored-by: David Taylor <[email protected]>
0 commit comments