You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2015/07/13 06:42:05 UTC

[jira] [Updated] (CASSANDRA-9141) Scrub errors when attempting to abort

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

Jonathan Ellis updated CASSANDRA-9141:
--------------------------------------
    Assignee: Benedict  (was: Yuki Morishita)

> Scrub errors when attempting to abort
> -------------------------------------
>
>                 Key: CASSANDRA-9141
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9141
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Tyler Hobbs
>            Assignee: Benedict
>             Fix For: 3.x
>
>
> On trunk, when scrub attempts to abort, the following error occurs:
> {noformat}
> java.lang.IllegalStateException: Cannot abort - changes have already been committed
>     at org.apache.cassandra.io.sstable.SSTableRewriter.abort(SSTableRewriter.java:195)
>     at org.apache.cassandra.db.compaction.Scrubber.scrub(Scrubber.java:277)
>     at org.apache.cassandra.db.ScrubTest.testScrubCorruptedCounterRow(ScrubTest.java:158)
> {noformat}
> This is reproduceable with the {{ScrubTest.testScrubCorruptedCounterRow()}} unit test, although the patch to correctly enable compression from CASSANDRA-9135 is required (if it's not committed yet).
> Assigning to [~yukim] for now, since I don't have a better idea of who to assign to.



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