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

Jonathan Ellis commented on CASSANDRA-466:
------------------------------------------

new rule of thumb: if an error is recoverable, propagate that up through the 
method with "throws IOException."  otherwise wrap it as a RuntimeException.  
this primarily distinguishes error-on-read (which may be recoverable) from 
error-on-write (give up, you're screwed).

> skip corrupt rows during compaction instead of erroring out and aborting
> ------------------------------------------------------------------------
>
>                 Key: CASSANDRA-466
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-466
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 
> 0001-CASSANDRA-466-make-compaction-able-to-recover-from-err.txt, 
> 0002-add-checks-for-obviously-bogus-values-read.txt, 466-0-4-executor.patch, 
> 466-0-4-logging.patch, 466-0-4.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to