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