-
Bug
-
Resolution: Done
-
Major
-
5.2.0.Final
BatchAsyncCacheStoreTest fails randomly on master and a quick analysis of the logs indicates that the test is correct but there is a bug in AsyncStore. It seems that while shutting down a cache AsyncStore does not properly store all queued modifications. There is a high chance that the last updates are not stored because the worker threads are advised to shut down too early.