-
Notifications
You must be signed in to change notification settings - Fork 0
Enable automated leader election in a cluster #42
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
Comments
ligurio
added a commit
that referenced
this issue
Oct 7, 2020
ligurio
added a commit
that referenced
this issue
Oct 7, 2020
Raft consensus is enabled by default on every instance in a cluster. Every instance participates in leader elections. Closes #42
ligurio
added a commit
that referenced
this issue
Oct 7, 2020
Raft consensus is enabled by default on every instance in a cluster. Every instance participates in leader elections. Closes #42
ligurio
added a commit
that referenced
this issue
Oct 14, 2020
ligurio
added a commit
that referenced
this issue
Oct 21, 2020
- Raft will work only when quorum is >= N / 2, therefore automatic quorum calculation was added, it depends on initial cluster size; - Raft manage read-only status automatically, so setting `read_only` has been removed in an instance file; - Enable primary instance discovery in workloads; Closes #42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tarantool/doc#1541 (comment)
The text was updated successfully, but these errors were encountered: