Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

admission: investigate read bandwidth spikes in stable workload #134998

Open
aadityasondhi opened this issue Nov 12, 2024 · 1 comment
Open

admission: investigate read bandwidth spikes in stable workload #134998

aadityasondhi opened this issue Nov 12, 2024 · 1 comment
Assignees
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

Comments

@aadityasondhi
Copy link
Collaborator

aadityasondhi commented Nov 12, 2024

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

@aadityasondhi aadityasondhi added C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. A-admission-control T-admission-control Admission Control labels Nov 12, 2024
Copy link

blathers-crl bot commented Nov 12, 2024

Hi @aadityasondhi, please add branch-* labels to identify which branch(es) this C-bug affects.

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@aadityasondhi aadityasondhi self-assigned this Nov 12, 2024
@aadityasondhi aadityasondhi added the branch-master Failures and bugs on the master branch. label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant