Stanislaw Stawinsky created CASSANDRA-11619:
-----------------------------------------------

             Summary: "SELECT" returns incorrect result in some cases
                 Key: CASSANDRA-11619
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11619
             Project: Cassandra
          Issue Type: Bug
         Environment: Windows 7, DDC 3.4.0/3.5.0
            Reporter: Stanislaw Stawinsky


In tables like
"CREATE TABLE test (
        pk uuid,
        ck1 uuid,
        ck2 uuid,
        st text STATIC,
        data text,
        PRIMARY KEY (pk, ck1, ck2)
);"
after some inserts in one partition with not empty static column and restart of 
Cassandra, next sequence "insert -> select with same pk an cks" returns whole 
partition, this can be fixed by compaction. Default configuration was used.
"CREATE KEYSPACE keyspace1
WITH replication = {
        'class' : 'SimpleStrategy',
        'replication_factor' : 1
};" was used. Unable to reproduce this on 3.3.0. This might be associated with 
separation of sstables files, exact reason is unknown as well as exact 
conditions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to