Write timeout thrown by cassandra datastax driver

后端 未结 4 1771
鱼传尺愫
鱼传尺愫 2020-12-23 11:25

While doing a bulk load of data, incrementing counters based on log data, I am encountering a timeout exception. Im using the Datastax 2.0-rc2 java driver.

Is this a

4条回答
  •  一生所求
    2020-12-23 12:21

    It is coordinator (so the server) timing out waiting for acknowledgements for the write.

提交回复
热议问题