This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git.
from c2c0890 This closes #2900
new e12f3dd ARTEMIS-2421 periodic journal lock evaluation
new 0b1afd3 ARTEMIS-2421 Using ActiveMQScheduledComponent
new 1fe910f This closes #2901
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../core/server/ActiveMQScheduledComponent.java | 22 ++++
.../core/server/impl/ActiveMQServerImpl.java | 4 +-
.../core/server/impl/FileLockNodeManager.java | 138 ++++++++++++++++++++-
.../server/impl/SharedStoreLiveActivation.java | 78 +++++++++++-
.../tests/util/ColocatedActiveMQServer.java | 2 +-
.../tests/extras/byteman/FileLockMonitorTest.java | 120 ++++++++++++++++++
.../extras/byteman/FileLockNodeManagerTest.java | 3 +-
.../byteman/SharedStoreBackupActivationTest.java | 5 +-
8 files changed, 359 insertions(+), 13 deletions(-)
create mode 100644
tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/FileLockMonitorTest.java