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

Writes lost during replica churn #38

Open
atamon opened this issue Sep 27, 2021 · 0 comments
Open

Writes lost during replica churn #38

atamon opened this issue Sep 27, 2021 · 0 comments

Comments

@atamon
Copy link
Contributor

atamon commented Sep 27, 2021

Running #37 the following scenario may result in lost writes:

  • All 3 replicas down
  • replica 0 goes up, starts state transfer to 1 and 2. state transfer succeeds
  • replica 0 and 1 goes down again
  • clients write to replica 2
  • Split brain, manual scale down required
  • replica 0 goes up as "new cluster", begins state transfer to 1 and again
  • writes written to replica 1 or 2 are lost
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