[
https://issues.apache.org/jira/browse/CASSANDRA-13263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15882527#comment-15882527
] Stefan Podkowinski commented on CASSANDRA-13263: ------------------------------------------------ ||3.0||3.11||trunk|| |[branch|https://github.com/spodkowinski/cassandra/tree/CASSANDRA-13263-3.0]|[branch|https://github.com/spodkowinski/cassandra/tree/CASSANDRA-13263-3.11]|[branch|https://github.com/spodkowinski/cassandra/tree/CASSANDRA-13263-trunk]| |[dtest|http://cassci.datastax.com/view/Dev/view/spodkowinski/job/spodkowinski-CASSANDRA-13263-3.0-dtest/]|[dtest|http://cassci.datastax.com/view/Dev/view/spodkowinski/job/spodkowinski-CASSANDRA-13263-3.11-dtest/]|[dtest|http://cassci.datastax.com/view/Dev/view/spodkowinski/job/spodkowinski-CASSANDRA-13263-trunk-dtest/]| |[testall|http://cassci.datastax.com/view/Dev/view/spodkowinski/job/spodkowinski-CASSANDRA-13263-3.0-testall/]|[testall|http://cassci.datastax.com/view/Dev/view/spodkowinski/job/spodkowinski-CASSANDRA-13263-3.11-testall/]|[testall|http://cassci.datastax.com/view/Dev/view/spodkowinski/job/spodkowinski-CASSANDRA-13263-trunk-testall/]| > Incorrect ComplexColumnData hashCode implementation > --------------------------------------------------- > > Key: CASSANDRA-13263 > URL: https://issues.apache.org/jira/browse/CASSANDRA-13263 > Project: Cassandra > Issue Type: Bug > Reporter: 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)
