]
Will Burns updated ISPN-11208:
------------------------------
Summary: Scattered Cache does not replicate metadata on state transfer (was:
Scattered Cache does not replicate expiration metadata on state transfer)
Scattered Cache does not replicate metadata on state transfer
-------------------------------------------------------------
Key: ISPN-11208
URL:
https://issues.redhat.com/browse/ISPN-11208
Project: Infinispan
Issue Type: Bug
Affects Versions: 10.0.0.Final
Reporter: Will Burns
Priority: Major
The RemoteMetadata that is replicated to other nodes during scattered state transfer
drops all the metadata information, other than the version. We should include all of it if
possible.
https://github.com/infinispan/infinispan/blob/e4661c4e87ca6b31750bf3d7a91...
An idea is instead to wrap the old metadata in a new one. we should make sure to not
rewrap a RemoteMetadata though and unwrap if necessary as the owner moves.