Re: Intermittent CAS error

2016-05-19 Thread Robert Wille
I bet that’s it. I have a shared library that I use with another project that is still on 2.0, so I’ve kept the driver at 2.0. The issue was addressed in version 2.1 of the driver. Thanks On May 19, 2016, at 9:03 AM, Joel Knighton mailto:joel.knigh...@datastax.com>> wrote: That particular err

Re: Intermittent CAS error

2016-05-19 Thread Joel Knighton
That particular error is thrown directly from the Java driver (unless it is also copied in other drivers, either way, not from Cassandra). There has been a bug related to this in the past - JAVA-764 . You may be on an affected version, or you may

Intermittent CAS error

2016-05-18 Thread Robert Wille
When executing bulk CAS queries, I intermittently get the following error: SERIAL is not supported as conditional update commit consistency. Use ANY if you mean "make sure it is accepted but I don't care how many replicas commit it for non-SERIAL reads” This doesn’t make any sense. Obviously,