You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by michaelandrepearce <gi...@git.apache.org> on 2018/03/15 10:10:56 UTC

[GitHub] activemq-artemis pull request #1954: ARTEMIS-1747 - Fix Configuration change...

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 <mi...@...>
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.

----


---

[GitHub] activemq-artemis pull request #1954: ARTEMIS-1747 - Fix Configuration change...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/1954


---