I am facing a puzzling issue where my cassandra reads didn't return a value for key 'K'. I have a key that was inserted into a column family almost 2 weeks back and when I queried for that key using CQLSH consecutively 8 times, 2 times it didn't return a value. 6 times it showed the results correctly. The replication factor for my keyspace is 3.
This key was written with a QUORUM consistency (Java Hector client). I am reading it using CQLSH, which has a default consistency of one. I have not been able to come up with any explanation for this till now. Any thoughts ?