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 2009/09/23 18:28:16 UTC

[jira] Updated: (CASSANDRA-454) assertion fails in CFS.forceAntiCompaction

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

Jonathan Ellis updated CASSANDRA-454:
-------------------------------------

    Attachment: 454.patch

remove unused skip argument from anticompaction. change HHM to perform a major compaction instead of anticompaction since that's really what we want there

> assertion fails in CFS.forceAntiCompaction
> ------------------------------------------
>
>                 Key: CASSANDRA-454
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-454
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.5
>            Reporter: Jun Rao
>         Attachments: 454.patch
>
>
> I got the following exception. CFS.forceAntiCompaction asserts ranges is not null. However, null is passed in explicitly from forceAntiCompaction.
> Caused by: java.lang.AssertionError
>         at org.apache.cassandra.db.ColumnFamilyStore.forceAntiCompaction(ColumnFamilyStore.java:275)
>         at org.apache.cassandra.db.HintedHandOffManager.deliverAllHints(HintedHandOffManager.java:190)

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