-
Bug
-
Resolution: Done
-
Major
-
4.0.0.Final, 4.1.0.CR1
-
None
When the cache is stopped, AsyncStore tries to cancel the async processing thread. This cancellation can interrupt the the thread while is applying store modifications and if any InterruptedException is thrown by the underlying 3rd party library, this is currently ignore which can lead to Infinispan Cache never stopping.