Hello everyone,

I have a case where the developers are using spring data framework for
Cassandra. We are writing batches setting consistency level at LOCAL_ONE
but we got a timeout like this

*Caused by: com.datastax.driver.core.exceptions.WriteTimeoutException:
Cassandra timeout during BATCH_LOG write query at consistency TWO (2
replica were required but only 1 acknowledged the write)*

Is it Cassandra that somehow writes to the *system.batchlog* using
consistency TWO or is it spring data that makes some dirty things behind
the scenes ?
(I want to believe it is the second one)

Cheers

Jean Carlo

"The best way to predict the future is to invent it" Alan Kay

Reply via email to