当我尝试使用 cassandra-client 从 cassandra 检索/更新数据时,我不断收到此错误。
{ [Error: All connections are unhealthy.]
connectionInfo:
{ host: 'localhost',
port: 9160,
keyspace: 'keyspace1',
user: undefined,
pass: undefined,
use_bigints: false,
timeout: 4000,
log_time: false,
staleThreshold: 10000 } }
不知道这个错误是什么意思。