]
Katia Aresti updated ISPN-9773:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Disabling a store puts persistence manager in invalid state if there
is another store
-------------------------------------------------------------------------------------
Key: ISPN-9773
URL:
https://issues.jboss.org/browse/ISPN-9773
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 9.3.0.Final
Reporter: William Burns
Assignee: William Burns
Priority: Major
Fix For: 10.0.0.Alpha2, 9.4.3.Final
When we disable a store, we accidentally remove all of the storeStatuses. This can cause
an issue if there is another store configured besides the one that was just disabled.
The problem is that this line is always invoked
https://github.com/infinispan/infinispan/blob/master/core/src/main/java/o...
We need to optionally invoke it if the store matches the type.