]
Pedro Ruivo commented on ISPN-12635:
------------------------------------
Test fix here:
Multimap Bucket can't get replicated in server mode
---------------------------------------------------
Key: ISPN-12635
URL:
https://issues.redhat.com/browse/ISPN-12635
Project: Infinispan
Issue Type: Bug
Components: Multimap
Affects Versions: 12.0.0.CR1
Reporter: Katia Aresti
Assignee: Pedro Ruivo
Priority: Critical
Fix For: 12.0.0.Final, 12.1.0.Final
Mulitmap put/get only sends the function over the network, which works fine. But, if you
have to replicate the {{Bucket}} class, it will fail (state transfer & cross-site are
2 examples)
This happens because of {{MultimapRequestProcessor}} which wraps the user's key &
value with {{WrappedByteArray}} and the "user marhsaller" is unable to handle
{{WrappedByteArray}}. Wrapping the keys & values with {{WrappedByteArray}} is no
longer necessary and it should be removed.