mirror of https://github.com/apache/activemq.git
c5ecf53bdc
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.
(cherry picked from commit
|
||
---|---|---|
.. | ||
src | ||
pom.xml |