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

[Searchable Snapshot] Implement FileSystem Tracking LRU Cache with RefCounting #4965

Closed
Tracked by #5087
andrross opened this issue Oct 28, 2022 · 1 comment · Fixed by #5641
Closed
Tracked by #5087

[Searchable Snapshot] Implement FileSystem Tracking LRU Cache with RefCounting #4965

andrross opened this issue Oct 28, 2022 · 1 comment · Fixed by #5641
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request Indexing & Search

Comments

@andrross
Copy link
Member

andrross commented Oct 28, 2022

Implement FileSystem Tracking LRU Cache with RefCounting (Cache should not delete a file being used so when cloning IndexInput refCount needs ++ and when being closed -- the counter) on Top of existing Cache

@andrross andrross added enhancement Enhancement or improvement to existing feature or request Indexing & Search labels Oct 28, 2022
@andrross andrross changed the title [Searchable Snapshot] Implement LRU cache for file blocks [Searchable Snapshot] Implement FileSystem Tracking LRU Cache with RefCounting Nov 11, 2022
@aabukhalil
Copy link
Contributor

I will be working on this

@anasalkouz anasalkouz linked a pull request Feb 9, 2023 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Indexing & Search
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants