OpsCenter 无法连接到现有的 cassandra 集群
OpsCenter unable to connect to existing cassandra cluster
我在两个节点上有一个 cassandra 集群。在第三个节点上,我安装了 OpsCenter 并尝试连接到现有的 cassandra 集群,问题是当我尝试从 OpsCenter 连接时它会抛出下一个:
节点 1:172.16.8.232
节点 2:172.16.8.233
node3(不在cassandra集群):172.16.8.231
Error creating cluster: Unable to connect to cluster. Error is: Unable to connect to any seed nodes, tried [u'172.16.8.232', u'172.16.8.233']
我尝试使用 cqls 从 node3 连接到集群:
cqlsh 172.16.8.232 9042
它工作正常,我连接成功,所以我认为问题出在 OpsCenter 中,可能是版本不兼容?
卡桑德拉版本:3.0.9
OpsCenter 5.2.x 最高仅支持 Cassandra 2.1。 OpsCenter 6.0 仅支持 DataStax Enterprise。因此无法将 OpsCenter 与 Apache Cassandra 2.2+ 结合使用。更多信息在我们的 compatibility table and not on OpsCenter policy changes.
我在两个节点上有一个 cassandra 集群。在第三个节点上,我安装了 OpsCenter 并尝试连接到现有的 cassandra 集群,问题是当我尝试从 OpsCenter 连接时它会抛出下一个:
节点 1:172.16.8.232
节点 2:172.16.8.233
node3(不在cassandra集群):172.16.8.231
Error creating cluster: Unable to connect to cluster. Error is: Unable to connect to any seed nodes, tried [u'172.16.8.232', u'172.16.8.233']
我尝试使用 cqls 从 node3 连接到集群:
cqlsh 172.16.8.232 9042
它工作正常,我连接成功,所以我认为问题出在 OpsCenter 中,可能是版本不兼容?
卡桑德拉版本:3.0.9
OpsCenter 5.2.x 最高仅支持 Cassandra 2.1。 OpsCenter 6.0 仅支持 DataStax Enterprise。因此无法将 OpsCenter 与 Apache Cassandra 2.2+ 结合使用。更多信息在我们的 compatibility table and not on OpsCenter policy changes.