GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2151
ARTEMIS-1945 InVMNodeManager shared state should be volatile
State access should be atomic to be visibile between
different threads.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis invm_nm_state
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2151.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 #2151
----
commit 7d85377a9eb304b47b463f430cea5d614e3ae2e1
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-06-19T16:21:03Z
ARTEMIS-1945 InVMNodeManager shared state should be volatile
State access should be atomic to be visibile between
different threads.
----
---