]
Dan Berindei updated ISPN-5988:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Fine-/Coarse-grained AtomicMap info is not preserved in cache
-------------------------------------------------------------
Key: ISPN-5988
URL:
https://issues.jboss.org/browse/ISPN-5988
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 8.1.0.Beta1
Reporter: Radim Vansa
Assignee: Pedro Ruivo
Fix For: 8.2.0.Alpha1
In `AtomicMapAPITest#testAtomicMapAfterFineGrainedAtomicMap` we test that one entry
cannot be mapped to both fine- and coarse-grained atomic map. However, the test relies on
local node being owner, because the check is based on type of the proxy - but the proxy is
not persisted in cache.
So in practice you can access the fine-grained map as coarse-grained and vice versa.