I recently setup 6 node C* cluster (C* version:3.0.13) and consistency-level QUORUM having RF=3. I keep seeing bunch of following exceptions.
Cassandra timeout during SIMPLE write query at consistency QUORUM (2 replica were required but only 1 acknowledged the write)
I understand i.e they will be written to other nodes eventually but Im still trying to find the root cause for the same.
Please shed some light about the same if it is okay to proceed OR anything that I should look after to improve code?
Highly Appreciate your response!