我在两个节点上有一个cassandra集群。在第三个节点上,我安装了OpsCenter,并尝试连接到现有的cassandra集群,问题是当我尝试从OpsCenter连接时它会抛出下一个:
node1:172.16.8.232
node2: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']
我尝试使用cql从node3连接到群集:
cqlsh 172.16.8.232 9042
它工作正常,我连接成功,所以我认为问题将出现在OpsCenter中,也许是一个不兼容的版本?
Cassandra版本:3.0.9
答案 0 :(得分:1)
OpsCenter 5.2.x仅支持Cassandra 2.1。 OpsCenter 6.0仅支持DataStax Enterprise。所以没有办法将OpsCenter与Apache Cassandra 2.2+一起使用。我们的compatibility table而不是OpsCenter policy changes上的更多信息。