当我在下面的节点上运行命令时,我在一个DC中有4个或5个节点:
bin / nodetool describecluster
群集信息: 名称:xxx Snitch:org.apache.cassandra.locator.DynamicEndpointSnitch 分区:org.apache.cassandra.dht.Murmur3Partitioner 架构版本: (b):[172.16.4.134,172.16.4.135,172.16.4.137]
UNREACHABLE: [172.16.4.136]
群集信息: 名称:xxx Snitch:org.apache.cassandra.locator.DynamicEndpointSnitch 分区:org.apache.cassandra.dht.Murmur3Partitioner 架构版本: (b):[172.16.4.134,172.16.4.135,172.16.4.137]
UNREACHABLE: [172.16.4.136]
重新启动所有节点。没关系。但问题仍然在5ỏ10分钟后出现......,我们无法逐个连接节点。该应用程序已显示读取超时,而不是对应用程序的响应。
事实上,我们有一个应用程序来选择(通过主键)&插入记录),使用Datastax Java驱动程序。
read_request_timeout_in_ms:60000
range_request_timeout_in_ms:30000
write_request_timeout_in_ms:10000
counter_write_request_timeout_in_ms:5000
那么如何应对呢?谢谢你