[
https://issues.apache.org/jira/browse/ARTEMIS-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16595286#comment-16595286
]
ASF GitHub Bot commented on ARTEMIS-2061:
-----------------------------------------
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 <ochaloup@...>
Date: 2018-08-21T13:18:18Z
[ARTEMIS-2061] reorder of recovery manager to start after broker is ready
----
> Recovery manager for recovering broker is started before the broker is set up
> -----------------------------------------------------------------------------
>
> Key: ARTEMIS-2061
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2061
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Reporter: Ondra Chaloupka
> Priority: Minor
>
> The RAR does set up recovery manager to start before the broker is started.
> It can lead to the situation that the recovery manager tries to contact the
> broker which is not already prepared to serve requests. That can leads to
> errors being thrown fromĀ the recovery manager.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)