Re: Cassandra CLI showing inconsistent results during gets

2014-06-28 Thread Ravikumar Govindarajan
All inserts are at LOCAL_QUORUM DC1 I am confused because attempt-1 shows up the column, attempt-2 not found, attempt-3 again shows it up. These attempts were successive with no time delay from the same CLI!!! The data also is not tinkered with CUD operations from somewhere else during these time

Re: Cassandra CLI showing inconsistent results during gets

2014-06-27 Thread Chris Lohfink
Where was the 09_09 column inserted from? Are you sure whatever did the insert is doing a local_quorum on the same DC the cli is in? It may return before all the nodes get response back (ie 2 of the 3 in local DC) which report not having the data. After all the nodes respond it will check the

Cassandra CLI showing inconsistent results during gets

2014-06-26 Thread Ravikumar Govindarajan
I ran the following set of commands via CLI in our servers. There is a data-discrepancy that I encountered as below during gets... We are running 1.2.4 version with replication-factor=3 (DC1) & 2 (DC2). Reads and writes are at LOCAL_QUORUM create column family TestCF with key_validation_class=Asc