]
Pedro Ruivo updated ISPN-10095:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Shared stores should throw exception when cache is local
--------------------------------------------------------
Key: ISPN-10095
URL:
https://issues.jboss.org/browse/ISPN-10095
Project: Infinispan
Issue Type: Bug
Components: Configuration, Core
Affects Versions: 9.4.11.Final, 10.0.0.Beta3
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 10.0.0.Beta4, 9.4.14.Final
A shared store does not make sense with a local cache, therefore we should throw a
{{CacheConfigurationException}} if configured. Due to assumptions elsewhere in the
PersistenceManager, prior to this fix a NPE will be thrown during the Purge method of the
store as {{transport == null}}.