influxdb/cmd/influxd/run
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
..
command.go Add ability to join an existing cluster 2015-07-23 10:21:22 -06:00
config.go Add sample graphite config to default config 2015-06-24 23:09:07 -06:00
config_command.go Multi-node clustering. 2015-06-05 14:41:19 -06:00
config_test.go Multi-node clustering. 2015-06-05 14:41:19 -06:00
server.go Implement remote meta data fetch 2015-07-23 10:21:22 -06:00
server_helpers_test.go Fix spelling errors in comments and strings. 2015-06-28 02:54:34 -04:00
server_test.go Add 2 passing test cases around multi-shard select 2015-07-21 07:28:20 -07:00
server_test.md fix typos in server_test.md 2015-06-11 15:43:43 -05:00