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

[GitHub] activemq-artemis pull request #1945: ARTEMIS-1737 Fixing WebServer stopped

GitHub user clebertsuconic opened a pull request:

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

    ARTEMIS-1737 Fixing WebServer stopped

    This is replacing #1940 
    
    #1940 will be closed when this one is merged.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/clebertsuconic/activemq-artemis ARTEMIS-1737

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1945.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 #1945
    
----
commit dc096f950d24e47f48883fdd49b27f51914d5783
Author: Stanislav Knot <sk...@...>
Date:   2018-03-08T10:03:37Z

    ARTEMIS-1737 fix for inaccessible slave console after failover

commit 6a0f3232c7921e6e67cd8211e4b05d065cffcceb
Author: Clebert Suconic <cl...@...>
Date:   2018-03-08T21:24:38Z

    ARTEMIS-1737 Fixing semantic of ServerControl.forceFailover
    
    This closes #1940

----


---

[GitHub] activemq-artemis issue #1945: ARTEMIS-1737 Fixing WebServer stopped

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1945
  
    @michaelandrepearce when isExit=true, it means the VM is going away. The previous task was to shutdown the server upon a forceCall, on that case isExit must be true.
    
    I changed it to the previous method and I am using @stanlyDoge's test to validate it.


---

[GitHub] activemq-artemis issue #1945: ARTEMIS-1737 Fixing WebServer stopped

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1945
  
    @michaelandrepearce ^^


---

[GitHub] activemq-artemis pull request #1945: ARTEMIS-1737 Fixing WebServer stopped

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

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


---