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

[BUG] Default to mmapfs within hybridfs #8297

Closed
jainankitk opened this issue Jun 27, 2023 · 0 comments · Fixed by #8508 or #9392
Closed

[BUG] Default to mmapfs within hybridfs #8297

jainankitk opened this issue Jun 27, 2023 · 0 comments · Fixed by #8508 or #9392
Labels
bug Something isn't working distributed framework

Comments

@jainankitk
Copy link
Collaborator

jainankitk commented Jun 27, 2023

We should maintain explicit list of file types using niofs, rest everything should be mmapfs. This will prevent any future regressions in case Lucene adds new segment file type that should be using mmap.

The penalty for using mmapfs instead of niofs is not as worse as other way around.

Related:
#825
#3837
#8298

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working distributed framework
Projects
None yet
3 participants