Coordinator node timed out waiting for replica nodes in Cassandra Datastax while insert data

前端 未结 1 497
青春惊慌失措
青春惊慌失措 2020-12-15 06:32

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         


        
相关标签:
1条回答
  • 2020-12-15 07:04

    Increase the write_request_timeout_in_ms Timeout in the Cassandra Config file (cassandra.yaml) as

    write_request_timeout_in_ms: 20000
    

    and restart your Server

    0 讨论(0)
提交回复
热议问题