I have Apache Cassandra 3.11.4
on CentOS 7.5
and I have a Java
application to read from db2
and insert into Cassandra
.
I use a batch statement for inserting into Cassandra
, but over time write latency increases and I encounter the write timeout exception.
I have increased the value of write_request_timeout_in_ms
but it does not help and it only postpones the write timeout exception.