GitHub user mnovak opened a pull request:
https://github.com/apache/activemq-artemis/pull/5
ARTEMIS-125 Shared backup server with disabled scale down policy doesâ¦
⦠not activate.
If standalone backup server with shared has defined scale-down policy
but it's disabled then backup does not activate. Problem is that
server is checking only whether scale down is defined but if it's
enabled. This causes that server.stop() is called and backup does
not activate.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mnovak/activemq-artemis
check-scale-down-policy
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/5.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 #5
----
commit 73c7fc86fc6901b1dea0b0a2a096ca7c38508fd6
Author: mnovak <[email protected]>
Date: 2015-05-28T14:53:31Z
ARTEMIS-125 Shared backup server with disabled scale down policy does not
activate itself.
If standalone backup server with shared has defined scale-down policy
but it's disabled then backup does not activate. Problem is that
server is checking only whether scale down is defined but if it's
enabled. This causes that server.stop() is called and backup does
not activate.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---