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

Set bloom default to false even when Directory doesn't have a codecService #8442

Closed
wants to merge 1 commit into from

Conversation

mikemccand
Copy link
Contributor

We disabled loading of bloom filters by default a while ago, but in the code we still default to true if the directory is not a StoreDirectory or doesn't have a codecService. I don't know if this ever happens, but in a standalone test (using my own FSDirectory) I suddenly saw bloom filters being loaded so I want to defensively fix this.

@s1monw
Copy link
Contributor

s1monw commented Nov 11, 2014

LGTM

@mikemccand mikemccand closed this Nov 11, 2014
@clintongormley clintongormley added :Core/Infra/Core Core issues without another label >enhancement and removed review labels Nov 12, 2014
@clintongormley clintongormley changed the title Core: set bloom default to false even when Directory doesn't have a codecService Set bloom default to false even when Directory doesn't have a codecService Jun 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants