You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "C. Scott Andreas (JIRA)" <ji...@apache.org> on 2019/08/02 02:59:00 UTC

[jira] [Updated] (CASSANDRA-14657) Handle failures in upgradesstables/cleanup/relocate

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

C. Scott Andreas updated CASSANDRA-14657:
-----------------------------------------
       Complexity: Challenging
    Discovered By: Adhoc Test
     Bug Category: Parent values: Correctness(12982)Level 1 values: Semantic Failure(12988)
      Component/s: Local/SSTable

> Handle failures in upgradesstables/cleanup/relocate
> ---------------------------------------------------
>
>                 Key: CASSANDRA-14657
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14657
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Local/SSTable
>            Reporter: Marcus Eriksson
>            Assignee: Marcus Eriksson
>            Priority: Normal
>             Fix For: 3.0.18, 3.11.4, 4.0
>
>
> If a compaction in {{parallelAllSSTableOperation}} throws exception, all current transactions are closed, this can make us close a transaction that has not yet finished (since we can run many of these compactions in parallel). This causes this error:
> {code}
> java.lang.IllegalStateException: Cannot prepare to commit unless IN_PROGRESS; state is ABORTED
> {code}
> and this can get the leveled manifest (if running LCS) in a bad state causing this error message:
> {code}
> Could not acquire references for compacting SSTables ...
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org