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

fix(cli): remove static file providers from cache on reth db stats #10887

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

joshieDo
Copy link
Collaborator

During reth db stats op-mainnet may fail since it will iterate over all static files, opening them and keeping their file handles open in cache. This can result in hitting the following error

Too many open files (os error 24)

@joshieDo joshieDo added C-bug An unexpected or incorrect behavior A-cli Related to the reth CLI A-static-files Related to static files labels Sep 13, 2024
@joshieDo joshieDo added this pull request to the merge queue Sep 13, 2024
Merged via the queue into main with commit 8ddbd30 Sep 13, 2024
35 checks passed
@joshieDo joshieDo deleted the joshie/db-stats branch September 13, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cli Related to the reth CLI A-static-files Related to static files C-bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants