[ https://issues.apache.org/jira/browse/CASSANDRA-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972624#action_12972624 ]
Nick Bailey commented on CASSANDRA-1877: ---------------------------------------- ArrayIndexOutOfBoundsException The code already catches OOME, logs it, and attempts to continue. The patch i attached still does that but then catches any Throwable after that and tries to skip the row. > sstable2json fails to skip corrupt rows > --------------------------------------- > > Key: CASSANDRA-1877 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1877 > Project: Cassandra > Issue Type: Bug > Components: Tools > Affects Versions: 0.7.0 rc 2 > Reporter: Nick Bailey > Assignee: Nick Bailey > Priority: Minor > Fix For: 0.7.0 > > Attachments: 1877.txt > > > sstable2json only catches IOException when attempting to skip corrupt rows. > It should probably just catch Throwable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.