cqlsh操作超时 Posted on 2016-07-09 Edited on 2020-12-04 In Database 执行cqlsh查询: 1cqlsh:xxx> select count(*) from image; 时出现错误提示: 1OperationTimedOut: errors={}, last_host=x.x.x.x 在~/.cassandra/cqlshrc中设置客户端超时时间即可: 12\[connection\]request_timeout = 120 # seconds ===[erq]