GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/1530
ARTEMIS-1417 Failback not working on NFSv4
With NFSv4 it is now necessary to lock/unlock the byte of the server
lock file where the state information is written so that the
information is then flushed to the other clients looking at the file.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1417
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1530.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 #1530
----
commit d52828ed6a59f16f94e5ef1445b4b7b28802b81b
Author: Justin Bertram <[email protected]>
Date: 2017-09-12T16:17:08Z
ARTEMIS-1417 Failback not working on NFSv4
With NFSv4 it is now necessary to lock/unlock the byte of the server
lock file where the state information is written so that the
information is then flushed to the other clients looking at the file.
----
---