I currently have a 6 node cassandra ring with 2 datacenters and 3 nodes within each datacenter.
I have a keyspace that has 3 replicas in each datacenter. When attempting to issue a write with Local Quorum is fails saying it cant reach any local replicas (error below)
When i run the query locally with consistency one it works no problem. Is there anything i should be looking at to troubleshoot this? i dont see anything glaring in the system.log or debug.log outside of tombstone warnings but as far as i know that would only impact reads.
DSE 5.1.11
Cassandra.WriteTimeoutException: Server timeout during write query at consistency LOCALQUORUM (0 peer(s) acknowledged the write over 2 required)