activemq-artemis/artemis-jdbc-store/src
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
..
main/java/org/apache/activemq/artemis/jdbc/store ARTEMIS-1204 Replace open sync with AtomicBoolean 2017-06-26 18:41:21 +01:00
test/java/org/apache/activemq/artemis/jdbc ARTEMIS-1204 Fix getSize() on a closed JDBC File 2017-06-02 14:59:53 +01:00