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

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

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

Jeremiah Jordan commented on CASSANDRA-8350:
--------------------------------------------

Most likely you have a tombstone future dated or something.  I would dump the sstable with sst2json and see what is in there for that id.

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