]
RH Bugzilla Integration commented on ISPN-4207:
-----------------------------------------------
Tristan Tarrant <ttarrant(a)redhat.com> changed the Status of [bug
Lock container ignores key Equivalence
--------------------------------------
Key: ISPN-4207
URL:
https://issues.jboss.org/browse/ISPN-4207
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 7.0.0.Alpha3
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 7.0.0.Alpha4
AbstractPerEntryLockContainer uses an EquivalentConcurrentHashMapV8 to map keys to lock.
It can create issues when the key is a byte array.
edit: the Stripped*LockContainer suffers from the same problem since it uses
object.hashCode().