[
https://issues.apache.org/jira/browse/CASSANDRA-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759510#action_12759510
]
Hudson commented on CASSANDRA-454:
----------------------------------
Integrated in Cassandra #208 (See
[http://hudson.zones.apache.org/hudson/job/Cassandra/208/])
remove unused skip argument from anticompaction. change HHM to perform a
major compaction instead of anticompaction since that's really what we want
there
patch by jbellis; reviewed by junrao for
> 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
> Assignee: Jonathan Ellis
> Fix For: 0.5
>
> 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.