I have a specific update and query that I need to ensure has strong consistency. To that end, when I do the write, I set the consistency level to ALL. Shortly afterwards, I do a query for that record with a consistency of ONE and somehow get back stale data.
This is a 4 node cluster running Cassandra 2.0.6 on Ubuntu on AWS. The keyspace has a replication factor of 2. I am using the DataStax Java driver version 2.1.4. Updates to the table happen with prepared statements. Any help would be greatly appreciated. -- Jared Rodriguez