异常:来自服务器的错误:代码=1100 [协调器节点超时等待副本节点的响应] message="操作超时 - 仅收到 0 个响应。" info={'received_responses': 0, 'required_responses': 1, 'write_type': 'COUNTER', 'consistency': 'LOCAL_ONE'}
我使用的是三节点 Cassandra 集群。随着时间的推移运行应用程序后。我不断看到异常。
谁能帮助我,为什么我会遇到这个问题?
答案 0 :(得分:0)
协调器超时通常是集群供应不足/过载或网络问题的征兆。此超时由 cassandra.yaml
设置 *_request_timeout_in_ms
控制。
https://cassandra.apache.org/doc/latest/configuration/cassandra_config_file.html#read-request-timeout-in-ms
您可以尝试提高这些值,但如果集群过载,您最终可能会处于更糟的状态,并将超时推到客户端超时。