Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://groups.google.com/forum/#!forum/rocksdb or https://www.facebook.com/groups/rocksdb.dev
Expected behavior
When I try to get data with rocksDB.get method in read-only mode using blob (options.setEnableBlobFiles(true)) and I have only one checkpoint with one entry, I expect to get the actual data.
Actual behavior
When I try to get data with rocksDB.get method in read-only mode using blob (options.setEnableBlobFiles(true)) and I have only one checkpoint with one entry, I got null.
Steps to reproduce the behavior
Here is a minimal code to reproduce the bug:
Github
Expected behavior
When I try to get data with
rocksDB.getmethod in read-only mode using blob (options.setEnableBlobFiles(true)) and I have only one checkpoint with one entry, I expect to get the actual data.Actual behavior
When I try to get data with
rocksDB.getmethod in read-only mode using blob (options.setEnableBlobFiles(true)) and I have only one checkpoint with one entry, I gotnull.Steps to reproduce the behavior
Here is a minimal code to reproduce the bug:
Github