[infinispan-issues] [JBoss JIRA] (ISPN-11208) Scattered Cache does not replicate expiration metadata on state transfer
Will Burns (Jira)
issues at jboss.org
Wed Jan 22 09:55:26 EST 2020
Will Burns created ISPN-11208:
---------------------------------
Summary: Scattered Cache does not replicate expiration 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
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/e4661c4e87ca6b31750bf3d7a9173a229f33fcbc/core/src/main/java/org/infinispan/scattered/impl/ScatteredStateProviderImpl.java#L199
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.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list