When I try to Insert data in Cassandra using the below query I am getting the below mentioned error
cqlsh:assign> insert into tblFiles1(rec_no,clientid,c
Increase the write_request_timeout_in_ms Timeout in the Cassandra Config file (cassandra.yaml) as
write_request_timeout_in_ms
write_request_timeout_in_ms: 20000
and restart your Server