-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add stats for readonly cache evicts and double the read-only account cache #26938
Conversation
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
0c73052
to
3c592ba
Compare
Pull request has been modified.
automerge label removed due to a CI failure |
* add stats for readonly cache evicts * bump up account cache to 400M * aggregate num_evicts in the loop (cherry picked from commit 1a90cff)
* add stats for readonly cache evicts * bump up account cache to 400M * aggregate num_evicts in the loop (cherry picked from commit 1a90cff)
* add stats for readonly cache evicts * bump up account cache to 400M * aggregate num_evicts in the loop (cherry picked from commit 1a90cff)
* Add stats for readonly cache evicts (#26938) * add stats for readonly cache evicts * bump up account cache to 400M * aggregate num_evicts in the loop (cherry picked from commit 1a90cff) * Mergify/bp/v1.10/pr 26938 (#27164) * update rocks for cargo audit vunerability * add cargo lock * Revert "Mergify/bp/v1.10/pr 26938 (#27164)" This reverts commit abd4c93. * turn off cargo audit for rocksdb Co-authored-by: HaoranYi <haoran.yi@gmail.com>
* add stats for readonly cache evicts * bump up account cache to 400M * aggregate num_evicts in the loop (cherry picked from commit 1a90cff)
* add stats for readonly cache evicts * bump up account cache to 400M * aggregate num_evicts in the loop
n/m this is an historic change. i thought it was related to the recent proposal to bump again 😅 |
Problem
We are seeing rewards regression on 8/2/ epoch.
#26922
It seems that the cache is full during the epoch boundary.
Summary of Changes
Adding a stat for evict to verify the cache pressure during epoch boundary.
Fixes #