-
Bug
-
Resolution: Done
-
Major
-
5.1.0.BETA5
-
None
Some cache stores derive from AbstractCacheStore but they don't call super.stop() in their stop() implementation, so they leak the purger thread(s): CassandraCacheStore, JdbcStringBasedCacheStore, JdbcBinaryCacheStore, JdbmCacheStore, RemoteCacheStore, DummyInMemoryCacheStore.