Can i start the cluster with only 2 servers?
# community-help
j
Can i start the cluster with only 2 servers?
k
Raft requires a quorum, so need to be odd number. 2 node setup will start fine but will run into issues when network partition etc. happen. You need minimum 3 nodes to survive one node failure.
If your dataset is read only you can just run 2 independent nodes and update them separately if you really want only 2 nodes.
👍 1
j
Perfect, thank you!
👍 1