Maxim Podkolzine created CASSANDRA-10922: --------------------------------------------
Summary: Inconsistent query results Key: CASSANDRA-10922 URL: https://issues.apache.org/jira/browse/CASSANDRA-10922 Project: Cassandra Issue Type: Bug Reporter: Maxim Podkolzine Priority: Critical I have a DB created with Cassandra 2.2.3. And currently I'm running it by Cassandra 3.0.2. The value of a particular cell is returned depending on the query I run (in cqlsh): - returned when iterate all columns, i.e. SELECT value FROM "3xupsource".Content WHERE databaseid=0x21120000 LIMIT 2 (I can see the columns 0x00000000 and 0x01000000 there, the values seem correct) - not returned when I specify a particular column SELECT value FROM "3xupsource".Content WHERE databaseid=0x21120000 AND columnid=0x01000000 Other queries like SELECT value FROM "3xupsource".Content WHERE databaseid=0x21120000 AND columnid=0x00000000 work consistently. There is nothing in Cassandra error log, so it does not look like a corruption. -- This message was sent by Atlassian JIRA (v6.3.4#6332)