[
https://issues.apache.org/jira/browse/CASSANDRA-8832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329877#comment-14329877
]
Alan Boudreault edited comment on CASSANDRA-8832 at 2/21/15 1:04 AM:
---------------------------------------------------------------------
With latest branch cassandra-2.1, I was getting this error:
{code}
Aborted cleaning up atleast one column family in keyspace r1, check server logs
for more information.
...
{code}
I confirm that this patch fixes my issue. Thanks!
was (Author: aboudreault):
With latest branch cassandra-2.1, I was getting error:
{code}
Aborted cleaning up atleast one column family in keyspace r1, check server logs
for more information.
...
{code}
I confirm that this patch fixes my issue. Thanks!
> SSTableRewriter.abort() should be more robust to failure
> --------------------------------------------------------
>
> Key: CASSANDRA-8832
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8832
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Benedict
> Assignee: Benedict
> Fix For: 2.1.4
>
>
> This fixes a bug introduced in CASSANDRA-8124 that attempts to open early
> during abort, introducing a failure risk. This patch further preempts
> CASSANDRA-8690 to wrap every rollback action in a try/catch block, so that
> any internal assertion checks do not actually worsen the state.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)