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

bloom filter overestimates ram usage by order of magnitude #8564

Closed
rmuir opened this issue Nov 20, 2014 · 0 comments · Fixed by #8584
Closed

bloom filter overestimates ram usage by order of magnitude #8564

rmuir opened this issue Nov 20, 2014 · 0 comments · Fixed by #8584

Comments

@rmuir
Copy link
Contributor

rmuir commented Nov 20, 2014

I found this by dropping bloom filter code into lucene test suite. There are consistent failures:

java.lang.AssertionError: Actual RAM usage 136880, but got 915568, -568.8836937463471% error

I think we should just stop writing these?

s1monw added a commit to s1monw/elasticsearch that referenced this issue Nov 20, 2014
BloomFilter actually returned the size of the bitset as the
size in bytes so off by factor 8 plus a constant :)

Closes elastic#8564
s1monw added a commit to s1monw/elasticsearch that referenced this issue Nov 20, 2014
BloomFilter actually returned the size of the bitset as the
size in bytes so off by factor 8 plus a constant :)

Closes elastic#8564
s1monw added a commit that referenced this issue Nov 20, 2014
BloomFilter actually returned the size of the bitset as the
size in bytes so off by factor 8 plus a constant :)

Closes #8564
s1monw added a commit that referenced this issue Nov 20, 2014
BloomFilter actually returned the size of the bitset as the
size in bytes so off by factor 8 plus a constant :)

Closes #8564
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
BloomFilter actually returned the size of the bitset as the
size in bytes so off by factor 8 plus a constant :)

Closes elastic#8564
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
BloomFilter actually returned the size of the bitset as the
size in bytes so off by factor 8 plus a constant :)

Closes elastic#8564
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant