cshannon opened a new pull request, #1355:
URL: https://github.com/apache/activemq/pull/1355

   Fixes a race condition bug that can lead to a message being missed on 
dispatch and stuck on a Queue until restart when caching and 
concurrentStoreAndDispatch are enabled on a Queue and the cache becomes 
disabled.
   
   This is pretty much impossible to reproduce or test in a unit test so 
there's no test for this but the risk of breaking anything is very low because 
all this is doing is just waiting for the future to complete to ensure the task 
finishes before we continue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org
For additional commands, e-mail: gitbox-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to