From 58ebc9126888cc7c7ae9fb14d74d5066ec0f38eb Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 18 Sep 2016 11:33:49 -0700 Subject: [PATCH] Update CLUSTER_MGMT.md --- doc/CLUSTER_MGMT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CLUSTER_MGMT.md b/doc/CLUSTER_MGMT.md index 55aa1e43..870960bf 100644 --- a/doc/CLUSTER_MGMT.md +++ b/doc/CLUSTER_MGMT.md @@ -24,7 +24,7 @@ To join a second node to this leader, execute the following command on _host2_: ```bash host2:$ rqlited -join http://host1:4001 ~/node ``` -_If a node receives a join request, and that node is not actually the leader of the cluster, the receiving node will automatically redirect the requesting node to the leader node._ +_If a node receives a join request, and that node is not actually the leader of the cluster, the receiving node will automatically redirect the requesting node to the leader node. As a result a node can actually join a cluster by contacting any node in the cluster._ Once executed you now have a cluster of two nodes. Of course, for fault-tolerance you need a 3-node cluster, so launch a third node like so on _host3_: ```bash