Node.js 卡桑德拉:操作超时

Node.js 卡桑德拉:操作超时,node.js,cassandra,cql,Node.js,Cassandra,Cql,我正在使用cassandra node js驱动程序,出现以下错误: error: Database error found %s . On selectAllJobs() call { name: 'ResponseError', message: 'Operation timed out - received only 0 responses.', info: 'Represents an error message from the server', code: 4608,

我正在使用cassandra node js驱动程序,出现以下错误:

error: Database error found %s . On selectAllJobs() call

{ name: 'ResponseError',
  message: 'Operation timed out - received only 0 responses.',
  info: 'Represents an error message from the server',
  code: 4608,
  consistencies: 1,
  received: 0,
  blockFor: 1,
  isDataPresent: 0,
  query: 'SELECT * FROM cron_tasks WHERE type =? AND starts < ? ALLOW FILTERING ;' }

Read_timeout error表示查询的协调器不知道请求是成功还是失败,因此它只能告诉客户端请求超时

在您的情况下,这意味着查询协调器在内部向复制副本发送了请求,但复制副本没有及时响应

你可以理解它为什么会发生


您可以阅读更多信息。

可能是防火墙问题,新实例是否与前一个实例在同一个安全组中?我创建了前一个实例的精确副本。另外,我的一些查询正在回复,但有些没有。
[cqlsh 4.1.1 | Cassandra 2.0.12 | CQL spec 3.1.1 | Thrift protocol 19.39.0]