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
When rocks.enable_blob_files is enabled, non-blob key could be gone randomly, either before TTL reached or no TTL is set at all.
rocks.enable_blob_files
Keys with TTL must be present before TTL reaches. Keys without TTL must be present before the user explicitly deletes them.
Keys(only non-blob key) are gone randomly.
Related to facebook/rocksdb#10391
redis-benchmark
min_blob_size
Will find out the KEYA will be gone.
Tendis 2.5.0
The text was updated successfully, but these errors were encountered:
好,谢谢反馈,我们考虑下解决方法~
Sorry, something went wrong.
Fix the issue Tencent#230, non-blob keys are dropped by compaction_fi…
7f28bd6
…lter incorrectly, resulting in data loss.
这是rocksdb早期版本的一个bug,tendis2.7.0版本将rocksdb升级到了8.5.3版本,从而解决了这个问题。感谢leon的建议~
No branches or pull requests
Description
When
rocks.enable_blob_files
is enabled, non-blob key could be gone randomly, either before TTL reached or no TTL is set at all.Expected Behavior
Keys with TTL must be present before TTL reaches.
Keys without TTL must be present before the user explicitly deletes them.
Current Behavior
Keys(only non-blob key) are gone randomly.
Possible Solution
Related to facebook/rocksdb#10391
Steps to Reproduce (for bugs)
redis-benchmark
to set keys with value size greater thanmin_blob_size
Will find out the KEYA will be gone.
Context
Your Environment
Tendis 2.5.0
The text was updated successfully, but these errors were encountered: