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


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

        

Reply via email to