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
----
---