]
Vladimir Blagojevic updated ISPN-4446:
--------------------------------------
Fix Version/s: 7.0.0.Beta1
(was: 7.0.0.Alpha5)
removeCache fails for caches with a SingleFileStore
---------------------------------------------------
Key: ISPN-4446
URL:
https://issues.jboss.org/browse/ISPN-4446
Project: Infinispan
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 6.0.2.Final
Reporter: Jim Crossley
Assignee: Galder ZamarreƱo
Fix For: 7.0.0.Beta1, 7.0.0.Final
If DefaultCacheManager.isRunning("foo") returns true, and "foo" has
an associated SingleFileStore, calling DefaultCacheManager.removeCache("foo")
tosses an NPE and isRunning("foo") continues to return true, even though the
cache is in a TERMINATED state. I can avoid the NPE by stopping the cache before calling
removeCache, but isRunning will still incorrectly return true.