This commit is contained in:
Colin Rymer 2015-05-12 15:54:32 -04:00
parent dc6795a55a
commit a111719d23

View File

@ -35,7 +35,7 @@ providing the `-bootstrap-expect 3` flag. Once the nodes are started, you should
[WARN] raft: EnableSingleNode disabled, and no known peers. Aborting election. [WARN] raft: EnableSingleNode disabled, and no known peers. Aborting election.
``` ```
This indicates that the nodes are expecting 2 peers but none are known yet. To provent a split-brain This indicates that the nodes are expecting 2 peers but none are known yet. To prevent a split-brain
scenario, the servers will not elect themselves leader. scenario, the servers will not elect themselves leader.
## Creating a cluster ## Creating a cluster