You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by ochaloup <gi...@git.apache.org> on 2018/08/28 16:54:36 UTC

[GitHub] activemq-artemis pull request #2276: [ARTEMIS-2061] reorder of recovery mana...

GitHub user ochaloup opened a pull request:

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

    [ARTEMIS-2061] reorder of recovery manager to start after broker is readt

    https://issues.apache.org/jira/browse/ARTEMIS-2061
    
    The RA starts recovery manager before the broker is set up. It can happens the recovery manager tries to reach un-prepared broker which leads to errors on the side of the recovery manager.

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

    $ git pull https://github.com/ochaloup/jboss-activemq-artemis ARTEMIS-2061-reorder-recovery-manager-startup

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

    https://github.com/apache/activemq-artemis/pull/2276.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 #2276
    
----
commit c31aa0da0904af362107436f2b96a2142c733984
Author: Ondra Chaloupka <oc...@...>
Date:   2018-08-21T13:18:18Z

    [ARTEMIS-2061] reorder of recovery manager to start after broker is ready

----


---

[GitHub] activemq-artemis pull request #2276: [ARTEMIS-2061] reorder of recovery mana...

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

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


---

[GitHub] activemq-artemis issue #2276: [ARTEMIS-2061] reorder of recovery manager to ...

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

    https://github.com/apache/activemq-artemis/pull/2276
  
    sorry, this was a wrong fix


---