]
Tristan Tarrant updated ISPN-9136:
----------------------------------
Fix Version/s: 9.3.0.Beta1
RegionFactory.stop does not undefine pending-puts cache
-------------------------------------------------------
Key: ISPN-9136
URL:
https://issues.jboss.org/browse/ISPN-9136
Project: Infinispan
Issue Type: Bug
Components: Hibernate Cache
Affects Versions: 9.2.2.Final, 9.3.0.Alpha1
Reporter: Radim Vansa
Assignee: Radim Vansa
Fix For: 9.3.0.Beta1, 9.2.3.Final
When shutting down the RegionFactory the caches belonging to regions are cleaned up;
pending-puts caches are not, though.
Actually this is not really a problem since SessionFactoryImp.close >
EnabledCaching.close iterates through all regions and calls 'destroy'. However we
should centralize the shutdown a bit and make the impl more resilient against starting
with existing configuration.