-
Bug
-
Resolution: Done
-
Critical
-
AMQ72 1.0.0.GA
-
None
The AMQ 7 base image has env variable AMQ_REPLICATED set to true by default. This will add --replicated switch to create command that leads to empty ha section in broker.xml config.
<ha-policy> <replication> <master/> </replication> </ha-policy>
As a side effect scaledown invocation via Jolokia exec is ignored when this empty section exists. To get the scaledown work properly draining pod need to explicitly define env variable to false. Imho the default value should be set to false to prevent such side effects.
On a second thought do we need HA section actually for OpenShift image?
- is cloned by
-
ENTMQBR-1926 Base image AMQ_REPLICATED default is true
- Closed