GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2061
ARTEMIS-1842 make sure quorum vote loops exits
The stopped flag used to stop the quorum vote loop needs to be volatile
in order to be safely published between threads.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-1842
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2061.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 #2061
----
commit 700df6f2e9bad3e268928147f4a2993153903408
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-05-02T17:44:11Z
ARTEMIS-1842 make sure quorum vote loops exits
The stopped flag used to stop the quorum vote loop needs to be volatile
in order to be safely published between threads.
----
---