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

[jira] [Resolved] (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:all-tabpanel ]

Aleksey Yeschenko resolved CASSANDRA-8350.
------------------------------------------
    Resolution: Duplicate

In the future, until you upgrade to 2.1, truncate before you drop a table if you plan on reusing it.

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