GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/1954
ARTEMIS-1747 - Fix Configuration change loss when network Issue Add Test Case to stop and restart server after config reload and check state, this re-creates network health check issue where config changes are lost when network health check de-activates the server and then re-activates. Add fix to update the held configuration thats used when initialisation steps during start are done. You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelandrepearce/activemq-artemis ARTEMIS-1747 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/1954.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 #1954 ---- commit 60169ead009decdc6354ca6ba9a2d6894ad063d7 Author: Michael André Pearce <michael.andre.pearce@...> Date: 2018-03-14T22:13:48Z ARTEMIS-1747 - Fix Configuration change loss when network Issue Add Test Case to stop and restart server after config reload and check state, this re-creates network health check issue where config changes are lost when network health check de-activates the server and then re-activates. Add fix to update the held configuration thats used when initialisation steps during start are done. ---- ---