Skip to content
New issue

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

Sanity check data in RocksDB on startup #376

Open
holtgrewe opened this issue Jun 19, 2024 · 0 comments
Open

Sanity check data in RocksDB on startup #376

holtgrewe opened this issue Jun 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@holtgrewe
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Right now, the programs using RocksDB databases with protobuf data will fail if the protobuf data is invalid (e.g., outdated) when the first query returns data. This is a bit late.

Describe the solution you'd like
We should check on startup whether the data behind the first key has valid protobuf.

Describe alternatives you've considered
N/A

Additional context
Possibly we want to have this functionality in annonars and just call it here.

@holtgrewe holtgrewe added the enhancement New feature or request label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant