[ 
https://issues.apache.org/jira/browse/CASSANDRA-10922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15101962#comment-15101962
 ] 

Maxim Podkolzine commented on CASSANDRA-10922:
----------------------------------------------

Unfortunately, we don't know how to reproduce. But we can run any commands and 
provide all info that can help you.
Could you please describe how to run scrub, or turn on tracing?

> 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)

Reply via email to