activemq-artemis/artemis-jdbc-store
Martyn Taylor 21215e4e2d ARTEMIS-1204 Replace open sync with AtomicBoolean
The JDBCSequentialFile blocks on the writeLock when opening.  There is
no need to block here, in fact it may cause issues when opening and
syncing concurrently.  Instead an AtomicBoolean is enough to prevent the
file from being reloaded.

(cherry picked from commit 604db9ee7e)
2017-06-26 19:11:53 +01:00
..
src ARTEMIS-1204 Replace open sync with AtomicBoolean 2017-06-26 19:11:53 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-05-08 21:00:29 -04:00