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

Limit file handles used by concurrent readers #6024

Open
jcsp opened this issue Aug 15, 2022 · 0 comments
Open

Limit file handles used by concurrent readers #6024

jcsp opened this issue Aug 15, 2022 · 0 comments
Labels
area/storage kind/enhance New feature or request

Comments

@jcsp
Copy link
Contributor

jcsp commented Aug 15, 2022

readers_cache should be subject to an overall size limit, and evict readers to make room for new ones if necessary.

Currently it is only implicitly constrainted by its timeout vs. the rate of new readers creation. If a client constructs a series of reads that touches a large number of segments in quick succession, it can grow large (and the underlying reader objects can cause the file handle count to grow large).

JIRA Link: CORE-999

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/storage kind/enhance New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant