eclipse-score / eclipse-score/persistency
Improvement: Make it possible to initialize KVS when snapshot with ID=0 is not available
Open
enhancement
- Dominant language
- Rust
- Stars
- 2
- Forks
- 28
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 32
Description
Right now if snapshot with ID=0 is not available then KVS is not able to initialize.
Ideas:
- Add parameter to builder with snapshot ID - with 0 as default.
- Make automatic loop that tries to load until succesful and return loaded snapshot ID.
- This might not be preferred, as this performs implicit and surprising operation underneath.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.