]
Dave Marion commented on ISPN-864:
----------------------------------
In the mean time I have implemented a workaround in my code before calling cache.stop()
if (cache.getConfiguration().isUsingCacheLoaders() &&
cache.getConfiguration().getCacheLoaderManagerConfig().isPassivation()) {
for (Object key : cache.ketSet()) {
cache.evict(key);
}
}
Passivate in-memory entries to cache store upon shutdown
--------------------------------------------------------
Key: ISPN-864
URL:
https://issues.jboss.org/browse/ISPN-864
Project: Infinispan
Issue Type: Feature Request
Components: Loaders and Stores
Affects Versions: 4.2.0.Final
Reporter: Dave Marion
Assignee: Manik Surtani
Labels: passivation, shutdown
Fix For: 5.0.0.BETA1, 5.0.0.Final
When cache store configured, passivate in-memory entries when cache is shutdown.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: