连接时cqlsh OperationTimedOut

时间:2017-12-19 11:35:47

标签: python cassandra cqlsh

我们有一个耗尽磁盘空间的Cassandra服务器,之后我们升级了磁盘空间。

但从那时起,就无法连接cqlsh。

我正在尝试在服务器上本地连接到cassandra,但我得到以下错误。

好像只使用5秒的默认连接超时并忽略我的connect-timeout参数。 什么想法可能是错的?

python cqlsh 10.0.12.10 --connect-timeout 3600 --debug
Using CQL driver: <module 'cassandra' from '/usr/share/cassandra/lib/cassandra-driver-internal-only-3.0.0-6af642d.zip/cassandra-driver-3.0.0-6af642d/cassandra/__init__.py'>
Using connect timeout: 3600 seconds
Connection error: ('Unable to connect to any servers', {'10.0.12.10': 
OperationTimedOut('errors=None, last_host=None',)})

0 个答案:

没有答案