activemq-artemis/artemis-jdbc-store
Martyn Taylor 604db9ee7e 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.
2017-06-26 18:41:21 +01:00
..
src ARTEMIS-1204 Replace open sync with AtomicBoolean 2017-06-26 18:41:21 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-05-08 15:20:12 -04:00