I am getting below error on,
ReadTimeout: Error from server: code=1200 [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': 'ONE'}
version details, [cqlsh 5.0.1 | Cassandra 3.11.4 | CQL spec 3.4.4 | Native protocol v4]
cqlsh:infinito> select count(id) from list_subscriber;
This table contains only 10 lacks of records, and primary key is on 'Id' column only having int type.
I am trying to increase some timeout params (request_timeout_in_ms:) but no luck
Any help is appreciated.