admission: investigate read bandwidth spikes in stable workload #134998
Labels
A-admission-control
branch-master
Failures and bugs on the master branch.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-admission-control
Admission Control
While running
admission-control/disk-bandwidth-limiter
, we notice that sometimes read bandwidth has outsized spikes in a seemingly stable workload. We should try to figure out what is causing these spikes. The leading theory is that we are seeing an uptick of both block and page cache miss rate which is forcing disk reads. But we should verify that using pebble metrics.A better understanding here should help influence the design of #107623, where we get a better understanding of how reads impact the bandwidth/IOPS of the system.
Jira issue: CRDB-44327
Epic CRDB-42949
The text was updated successfully, but these errors were encountered: