[
https://issues.jboss.org/browse/ISPN-10669?page=com.atlassian.jira.plugin...
]
Will Burns commented on ISPN-10669:
-----------------------------------
Just to note, only WrappedBytes is used as key. The other implementation
`ProtobufValueWrapper` is only used as a value and thus isn't hashed using murmur
hash.
MurmurHash3 should have a special case for WrappedBytes
-------------------------------------------------------
Key: ISPN-10669
URL:
https://issues.jboss.org/browse/ISPN-10669
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 10.0.0.CR2
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Fix For: 10.0.0.CR3
{{MurmurHash3.hashCode(Object)}} has a special case for {{WrappedBytesArray}}, but not
for other implementations of {{WrappedBytes}} like {{ProtobufValueWrapper}}.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)