You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Harpreet Kaur (JIRA)" <ji...@apache.org> on 2014/11/20 23:43:33 UTC

[jira] [Created] (CASSANDRA-8350) Drop,Create CF, insert 658, one record fail to insert

Harpreet Kaur created CASSANDRA-8350:
----------------------------------------

             Summary: Drop,Create CF, insert 658,  one record fail to insert
                 Key: CASSANDRA-8350
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8350
             Project: Cassandra
          Issue Type: Bug
            Reporter: Harpreet Kaur


For a CF ,there is a change in definition. so we 

Drop CF
Create CF
Inserted data. 658 
cqlsh : select count(*) from CF; 657
one record did not insert. 

Try inserting as one-off, no errors on cqlsh, but record did not insert. 

when doing a tracing on; select * from CF where id='blah'; 
shows 
Read 0 live and 73 tombstoned cells 

changed gc_grace_seconds to 600 for CF 

next performed nodetool flush,compact,repair on all 12 nodes, did not help. 






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