Can anyone explain why there could be read timeouts happening in my Cassandra cluster every 4-5 minute interval. I could almost see this consistently and be able to reproduce this consistently.
The read throughput was kept at 1 request per second, with no writes or compaction happening in the cluster. The read time out is configured as 5 seconds in the cassandra.yaml file. I am using the datastax java driver 2.1.14.
Tracing during timeout does not work. Doing the read manually the second time in cqlsh succeeds for the same row key. Looked at this https://issues.apache.org/jira/browse/CASSANDRA-8194 jira which looks similar to the issue I am seeing. We use dse 4.6.2 which has this fix. Tried disabling the auth in my cluster, but seeing the same 4-5 minute read timeout.
Please suggest ways to troubleshoot this.
Thanks, Srivatsan