NOTE: I am having more than 15967908 records. I am a newbie to Cassandra. Reference: Is there a way to effectively count rows of a very huge partition in Cassandra?
Coordinator node timed out waiting for replica nodes in Cassandra Datastax while insert data
Hi pals, I search for other answers but it didn't work out for me. They had mentioned that we need to increase the time out in cassandra.yaml file but the problem is I don't have the file.
I have installed the Cassandra with HomeBrew. Following is the version that I am currently running on my MacBook
cqlsh:cassandra_training> show version;
[cqlsh 5.0.1 | Cassandra 3.11.4 | CQL spec 3.4.4 | Native protocol v4]
When I do
cqlsh:cassandra_training> select count(*) from access_point_logs;
Then getting the following error
ReadTimeout: Error from server: code=1200 [Coordinator node timed out waiting for replica nodes' responses] message="Operation timed out - received only 1 responses." info={'received_responses': 1, 'required_responses': 1, 'consistency': 'ONE'}
Which file I need to increase the timeout. As I am not getting the cassandra.yaml file.
My Cassandra installation path is as follows
/usr/local/Cellar/cassandra/3.11.4
Is there any way to count the number of records.