Quorum node for a 2-node cluster #202
-
Hi, I want to use DotNext.Net.Cluster to implement high availability in a cluster of two machines. I know that a third node is required to achieve majority votes. This third node must never become a leader though, because the service only runs on the first two machines. Can I configure the third node in this way, so that it votes, but never becomes a leader? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, you can. This kind of node is called |
Beta Was this translation helpful? Give feedback.
Yes, you can. This kind of node is called
Standby
node. It receives replicas from the leader node, can vote for new leader, but it will never become a leader. Check across this documentation.