我有一个单节点集群,当我执行以下查询时,我得到以下错误,
DELETE FROM issuetable WHERE "partitionId"='1';
**
错误:
**:
WriteTimeout: Error from server: code=1100 [Coordinator node timed
out waiting for replica nodes' responses] message="Operation timed out
- received only 0 responses." info={'received_responses': 0,
'required_responses': 1, 'consistency': 'QUORUM'}
根据税务文件(https://datastax.github.io/python-driver/api/cassandra.html),他们提到增加 write_request_timeout_in_ms
在 cassandra.yaml
问题:
1) 为什么我会犯这个错误?按照我的table( issuetable
)我在那个分区下只有84个条目。
2) 这应该在客户端还是服务器端解决?
暂无答案!
目前还没有任何答案,快来回答吧!