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

Add API to force a server into single member mode #306

Merged
merged 3 commits into from
May 10, 2023

Commits on Sep 26, 2022

  1. Add API to force a server into single member mode

    This could be useful for disaster recovery when a quorum or more members
    have been permanently lost and we just want to recover what data we have.
    kjnilsson committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    d16bbb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Meta store: insert into ETS before DETS

    This should improve read "consistency" when a server writes to the
    meta store then promptly restarts.
    kjnilsson committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    a4a89d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc64438 View commit details
    Browse the repository at this point in the history