Re: Exception while running two CQL queries in Parallel

2019-05-01 Thread Stefan Miklosovic
what are your replication factors for that keyspace? why are you using each quorum? might be handy https://docs.datastax.com/en/cassandra/3.0/cassandra/dml/dmlConfigSerialConsistency.html On Wed, 1 May 2019 at 17:57, Bhavesh Prajapati wrote: > > I had two queries run on same row in parallel (th

Exception while running two CQL queries in Parallel

2019-05-01 Thread Bhavesh Prajapati
I had two queries run on same row in parallel (that's a use-case). While Batch Query 2 completed successfully, query 1 failed with exception. Following are driver logs and sequence of log events. QUERY 1: STARTED 2019-04-30T13:14:50.858+ CQL update "EACH_QUORUM" "UPDATE dir SET bid='value' W