Windows 是否提供 Influxdb 集群

Is Clustering for Influxdb available on Windows

我已经成功地从 windows 的源代码构建了 influxdb,没有太大问题。 我现在正试图让他们的集群按照以下方式工作: https://influxdb.com/docs/v0.9/guides/clustering.html

假设 linux os。

在步骤 2 中将 influxdb.conf 从 localhost 更新为 RealHostName 并启动第一个节点时

日志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]

有没有我遗漏的?或者这是他们免责声明的一部分:

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.

InfluxDB 0.9 中的集群应被视为 alpha 功能,Windows InfluxDB 尚不支持 OS。由于您在不受支持的 OS 上使用 alpha 功能,因此可能无法解决正在发生的任何问题。

我建议等待本月晚些时候的 0.10 版本,它将在 beta/RC 状态下进行集群。全面 Windows 支持即将推出,但我还没有估计。

您也可以考虑 运行 您的集群 Linux 服务器。您是否完全锁定在 Windows 上部署 InfluxDB?