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

   A store directory is created by `MessageDatabase.getPageFile()` which is 
called in two cases:
   1. `KahaDBStore.start()` when creating a queue
   2. `KahaDBStore.size()` which is performed when sending any persistent 
message
   
   If both methods are called concurrently it's possible to get an IOException 
thrown from the `IOHelper.mkdirs()` method.


-- 
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

Reply via email to