]
Tristan Tarrant updated ISPN-10454:
-----------------------------------
Fix Version/s: 10.0.0.CR1
(was: 10.0.0.Beta5)
RemoteStore loaded entry has incorrect key
------------------------------------------
Key: ISPN-10454
URL:
https://issues.jboss.org/browse/ISPN-10454
Project: Infinispan
Issue Type: Bug
Components: Hot Rod, Loaders and Stores
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 10.0.0.CR1
When refactoring persistence types in ISPN-9845 a bug was introduced that has the
RemoteStore returning a key that is just a byte[] instead of a WrappedByteArray. This can
cause some issues as internal code expects the wrapped array for equality/hashCode etc.