I have managed to build influxdb from source for windows, without much issue. I am now trying to get their clustering to work as per: https://influxdb.com/docs/v0.9/guides/clustering.html
That assumes a linux os.
When updating the influxdb.conf from localhost to the RealHostName in step 2 and starting the first node
The logs return:
2016/01/06 15:01:44 Go version go1.5.2, GOMAXPROCS set to 8
2016/01/06 15:01:44 Using configuration at: influxdb.conf
[metastore] 2016/01/06 15:01:44 Using data dir: D:\XXXXXX\.influxdb\meta
[metastore] 2016/01/06 15:01:44 Skipping cluster join: already member of cluster
: nodeId=1 raftEnabled=true peers=[localhost:8088 RealHostName:8088]
[metastore] 2016/01/06 15:01:44 Node at RealHostName:8088 [Follower]
[metastore] 2016/01/06 15:01:45 Node at RealHostName:8088 [Leader]. peers=[localhost
:8088 RealHostName:8088]
[metastore] 2016/01/06 15:01:45 Node at RealHostName:8088 [Follower]. peers=[localhost:8088 RealHostName:8088]
Is there some I am missing? or is this part of their disclaimer:
Clustering is in a alpha state right now. There are still a good number of rough edges. If you notice any issues please report them.