]
Pedro Ruivo updated ISPN-5756:
------------------------------
Status: Open (was: New)
Improve EmbeddedCacheManager.removeCache() method
-------------------------------------------------
Key: ISPN-5756
URL:
https://issues.jboss.org/browse/ISPN-5756
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 8.0.1.Final
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 8.1.0.Alpha1
We have the following issues with the method
1) It is not consistent in all the nodes
2) Removing the cache remotely and locally can be done in parallel
3) When passivation is enabled, it passivates the entries and then clear the cache store.