You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Coverston (JIRA)" <ji...@apache.org> on 2011/09/08 01:32:09 UTC

[jira] [Commented] (CASSANDRA-3154) Bad equality check in ColumnFamilyStore.isCompleteSSTables()

    [ https://issues.apache.org/jira/browse/CASSANDRA-3154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13099660#comment-13099660 ] 

Benjamin Coverston commented on CASSANDRA-3154:
-----------------------------------------------

The cardinality restriction of .isEqualCollection is probably more restrictive than we need, but this does indeed fix the existing shallow equality problem.

+1

> Bad equality check in ColumnFamilyStore.isCompleteSSTables()
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-3154
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3154
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Tupshin Harper
>            Assignee: Tupshin Harper
>         Attachments: CASSANDRA-3154.diff
>
>
> The equality check in isCompleteSSTables() always fails because it tries to call equals() with a Set and a List. This might result in failure to purge tombstones in some cases.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira