[infinispan-issues] [JBoss JIRA] (ISPN-9773) Disabling a store puts persistence manager in invalid state if there is another store
William Burns (Jira)
issues at jboss.org
Mon Nov 26 10:05:00 EST 2018
William Burns created ISPN-9773:
-----------------------------------
Summary: 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
Reporter: William Burns
Assignee: William Burns
Fix For: 9.3.6.Final, 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/org/infinispan/persistence/manager/PersistenceManagerImpl.java#L1186 We need to optionally invoke it if the store matches the type.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the infinispan-issues
mailing list