Re: cqlsh strange inconsistency

2015-10-01 Thread Robert Coli
On Thu, Oct 1, 2015 at 5:37 AM, Onur Yalazı wrote: > What is happening? How can this situation happen? Do you have any ideas? ... > This is really strange. If I select status from the table, I see 1901 > rows with status 1 or -1. I rebuild the index and the results did not change. But If I u

cqlsh strange inconsistency

2015-10-01 Thread Onur Yalazı
Hello, I have a table with a status field and a secondary index on that table. Every row has 1 or -1 status values. I have these queries run from cqlsh with the results: consistency all; select count(*) from table; /** 1901 Select count(*) from table where status=1; /** 27 select count(*) fro