influxdb/cmd/influxd
Jason Wilder e06f6f421b Add ability to join an existing cluster
This adds some basic ability to join a node to an existing cluster. It
uses a rpc layer to initiate a join request to an existing memeber. The
response indicates whether the joining node should take part in the raft
cluster and who it's peers should be.  If raft should not be started, the
peers are the addresses of the current raft members that it should delegate
consensus operations.

To keep the meta store implementation agnostic of whether it's running
a local raft or not, a consensusStrategy type was also added.
2015-07-23 10:21:22 -06:00
..
backup Fix spelling errors in comments and strings. 2015-06-28 02:54:34 -04:00
help Merge branch 'master' into alpha1 2015-06-02 10:40:52 -06:00
restore Fix spelling errors in comments and strings. 2015-06-28 02:54:34 -04:00
run Add ability to join an existing cluster 2015-07-23 10:21:22 -06:00
main.go Clean shutdown of influxd server 2015-07-15 13:14:11 -04:00