basho-labs / hanoidb

The Hanoi Key/Value Storage Engine
Apache License 2.0
25 stars 4 forks source link

snappy compression is not functional #6

Open gburd opened 12 years ago

gburd commented 12 years ago

Although Snappy compression has been integrated sometimes compression fails in the snappy erlang integration libraries we use (https://github.com/fdmanana/snappy-erlang-nif).

krestenkrab commented 12 years ago

What I observe is that when snappy is being used, the ebloom NIFs start reporting badarg! Looks like the nif_resource representing an ebloom is suddenly not valid. So it smells like snappy is corrupting memory outside its own objects.