Skip to content

[Java] In read-only mode can't get data from blob only if there is just one checkpoint with one entry #12503

Description

@TheSmithSoftware

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions