Stefan Podkowinski created CASSANDRA-13263:
----------------------------------------------
Summary: 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)