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

Make shared atomic values persistent across replica/writer restarts #67

Open
kjnilsson opened this issue Mar 3, 2022 · 0 comments
Open

Comments

@kjnilsson
Copy link
Contributor

The atomic values that is shared by osiris processes to allow readers to know the committed offset without having to call into the osiris process is invalidated if the osiris process is restarted. To avoid this we should persist the atomic in an ETS table so that an osiris process that is restarted will re-use the previous atomic.

This ensure readers don't have to re-initialise their log states to resume reading after an osiris process restart.

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

No branches or pull requests

1 participant