]
RH Bugzilla Integration commented on ISPN-3936:
-----------------------------------------------
Martin Gencur <mgencur(a)redhat.com> changed the Status of [bug
State transfer should not modify or iterate shared cache stores
---------------------------------------------------------------
Key: ISPN-3936
URL:
https://issues.jboss.org/browse/ISPN-3936
Project: Infinispan
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Core, State Transfer
Affects Versions: 6.0.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Critical
Fix For: 7.0.0.Alpha3, 7.0.0.Final
When installing a new topology, we invalidate the cache entries that are no longer mapped
to the local node. We also iterate over the entries in the cache stores and delete the
ones that are no longer local, but this should only happen if the cache store is not
shared.
We had similar issues in the past, but this seems to be related to the new cache store
API introduced in 6.0.