]
Dan Berindei updated ISPN-12043:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Shared stores should not have (add|remove)Segments methods invoked
------------------------------------------------------------------
Key: ISPN-12043
URL:
https://issues.redhat.com/browse/ISPN-12043
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 11.0.0.Final
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 12.0.0.Final, 11.0.1.Final
A shared store should never have its remove or add segments methods invoked as the store
should always own all segments at all times. We should add this check in the
PeristenceManagerImpl and technically we should only invoke these methods if the store is
also configured as being segmented.