You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joshua McKenzie (JIRA)" <ji...@apache.org> on 2017/04/06 20:27:41 UTC

[jira] [Assigned] (CASSANDRA-13263) Incorrect ComplexColumnData hashCode implementation

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

Joshua McKenzie reassigned CASSANDRA-13263:
-------------------------------------------

    Assignee: Stefan Podkowinski

> Incorrect ComplexColumnData hashCode implementation
> ---------------------------------------------------
>
>                 Key: CASSANDRA-13263
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13263
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Stefan Podkowinski
>            Assignee: Stefan Podkowinski
>
> I went through some of the logs from CASSANDRA-13175 and one of the more serious issues that we should address seem to be the {{ComplexColumnData.hashCode()}} implementation. As Objects.hashCode is not using deep hashing for array arguments, hashed will be based on the identity instead of the array's content. See patch for simple fix.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)