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

Proper Recovery for BdbDB backed stores #37

Open
tmagrino opened this issue Apr 18, 2019 · 0 comments
Open

Proper Recovery for BdbDB backed stores #37

tmagrino opened this issue Apr 18, 2019 · 0 comments

Comments

@tmagrino
Copy link
Member

Right now we have some code written in the hopes we can restart a crashed or stopped store backed by BdbDB but it's not clear when or how we could use this feature.

There should probably be a version of BdbDB that has similar fault tolerance to MemoryDB (persists if stopped gracefully, otherwise no real guarantee) that allows for spilling to disk and a separate version for enhanced failure recovery.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant