Domenico Bruscino created ARTEMIS-2684:
------------------------------------------
Summary: NullPointer exception when slave tries to scale down
Key: ARTEMIS-2684
URL: https://issues.apache.org/jira/browse/ARTEMIS-2684
Project: ActiveMQ Artemis
Issue Type: Bug
Components: Broker
Affects Versions: 2.11.0
Reporter: Domenico Bruscino
Using the following configuration on the slave where master1-connector points
to another broker in the broker cluster.
{code:xml}
<ha-policy>
<shared-store>
<slave>
<failover-on-shutdown>true</failover-on-shutdown>
<restart-backup>true</restart-backup>
<scale-down>
<connectors>
<connector-ref>master1-connector</connector-ref>
</connectors>
</scale-down>
</slave>
</shared-store>
</ha-policy>
{code}
I am getting the following NullPointerException when the slave tries to
activate.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)