I want to transfer data from one cassandra cluster (reached through 192.168.0.200) to another cassandra cluster (reached through 127.0.0.1). The data is 523 lines, but each line is about 1 MB. I use the command COPY FROM and COPY TO. I get the following error when issuing the COPY TO command:
Error for (8948428671687021382, 9075041744804640605): OperationTimedOut - errors={ '192.168.0.200': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=192.168.0.200 (will try again later attempt 1 of 5).
I am tired of changing the ~/.cassandra/cqlshrc to:
[connection] client_timeout = 5000
But it did not help. Thank you for your help.
cassandra timeout cqlsh
Rishabh poddar
source share