You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Pierre (JIRA)" <ji...@apache.org> on 2015/02/19 09:39:11 UTC

[jira] [Updated] (CASSANDRA-8830) CQLSSTableWriter addRow doesn't throw ex on error

     [ https://issues.apache.org/jira/browse/CASSANDRA-8830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre updated CASSANDRA-8830:
------------------------------
    Reproduced In: 2.1.2

> CQLSSTableWriter addRow doesn't throw ex on error
> -------------------------------------------------
>
>                 Key: CASSANDRA-8830
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8830
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Pierre
>         Attachments: OOM.java
>
>
> When I add to much row for a same partition key on a CQLSSTableWriter the writer doesn't throw an exception but fail silently. I think it's linked to buffer size because when I use a bigger withBufferSizeInMB() the bug doesn't trigger. shouldn't It throw an exception ?
> Moreover it fails randomly between two states : 
> 1/ the sstable directory is fully deleted and Thread.exit()
> or 
> 2/ the sstable is corrupted and when you upload data to cluster you have inconsistant data



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