GitHub user TomasHofman opened a pull request:
https://github.com/apache/activemq-artemis/pull/2287
ARTEMIS-2069 Backup doesn't activate after shared store is reconnected
https://issues.apache.org/jira/browse/ARTEMIS-2069
https://issues.jboss.org/browse/WFLY-10968
https://issues.jboss.org/browse/JBEAP-15343
Fix tries to prevent a server activation thread from terminating when
FileLockNodeManager.tryLock() throws an IOException, e.g. because temporarily
inaccessible NFS directory.
The node manager will repeat tryLock() call every two seconds.
WARN message with stack trace will be printed on first failure, DEBUG
messages will be printed on recurring failures.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/TomasHofman/activemq-artemis
JBEAP-14032-master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2287.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2287
----
commit 162e71816e54137534c0bc8b2c3d6c85f941917d
Author: Tomas Hofman <thofman@...>
Date: 2018-09-03T13:47:03Z
ARTEMIS-2069 Backup doesn't activate after shared store is reconnected
----
---