I have cassandra running on 3 nodes, where consistency is 1. Nodetool repair is also scheduled on server.
Now I am observing that during nodetool repair was happening, my write is timed out, even in retries which finally bringing down my data ingestion service.
com.datastax.driver.core.exceptions.WriteTimeoutException: Cassandra timeout during write query at consistency LOCAL_ONE (1 replica were required but only 0 acknowledged the write) at com.datastax.driver.core.exceptions.WriteTimeoutException.copy(WriteTimeoutException.java:73)
Can we do write operation while nodetool repair is going on?