We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Snappy support is broken since 6ef9202.
The root cause seems like:
It is hard to detect this issue during the tests because leveldb simply do not compress the blocks if snappy support is not present. https://github.com/basho/leveldb/blob/b91d5cee860bc708c10c48911586fdb347558ea3/table/table_builder.cc#L212
But it definitely breaks the upgrades mentioned in #273
Exporting these variables probably solves the issue but I am not 100% sure that this is a comprehensive solution.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Snappy support is broken since 6ef9202.
The root cause seems like:
It is hard to detect this issue during the tests because leveldb simply do not compress the blocks if snappy support is not present.
https://github.com/basho/leveldb/blob/b91d5cee860bc708c10c48911586fdb347558ea3/table/table_builder.cc#L212
But it definitely breaks the upgrades mentioned in #273
Exporting these variables probably solves the issue but I am not 100% sure that this is a comprehensive solution.
The text was updated successfully, but these errors were encountered: