Starting the drainer { "kind": "Endpoints", "apiVersion": "v1", "metadata": { "name": "broker-amq-headless", "namespace": "dsimansk-amq", "selfLink": "/api/v1/namespaces/dsimansk-amq/endpoints/broker-amq-headless", "uid": "c0e746ac-cc8c-11e8-9ef4-5254004a5b01", "resourceVersion": "18715692", "creationTimestamp": "2018-10-10T13:02:33Z" }, "subsets": [ { "addresses": [ { "ip": "10.129.1.137", "hostname": "broker-0", "nodeName": "node1.perf2.xpaas", "targetRef": { "kind": "Pod", "namespace": "dsimansk-amq", "name": "broker-0", "uid": "c258546f-cc8c-11e8-9ef4-5254004a5b01", "resourceVersion": "18715202" } } ], "ports": [ { "port": 61616, "protocol": "TCP" } ] } ] } got ip 10.129.1.137 broker ip is broker-1 +++ echo 'Script debugging is enabled, allowing bash commands and their arguments to be printed as they are executed' Script debugging is enabled, allowing bash commands and their arguments to be printed as they are executed ++++ echo 0.5 100 ++++ awk '{ printf "%d", $1 * $2 }' +++ JAVA_MAX_MEM_RATIO=50 +++ JAVA_INITIAL_MEM_RATIO= +++ source_java_run_scripts +++ local java_scripts_dir=/opt/run-java +++ source /opt/run-java/container-limits +++++ core_limit +++++ local cpu_period_file=/sys/fs/cgroup/cpu/cpu.cfs_period_us +++++ local cpu_quota_file=/sys/fs/cgroup/cpu/cpu.cfs_quota_us +++++ '[' -r /sys/fs/cgroup/cpu/cpu.cfs_period_us ']' ++++++ cat /sys/fs/cgroup/cpu/cpu.cfs_period_us +++++ local cpu_period=100000 +++++ '[' -r /sys/fs/cgroup/cpu/cpu.cfs_quota_us ']' ++++++ cat /sys/fs/cgroup/cpu/cpu.cfs_quota_us +++++ local cpu_quota=-1 +++++ '[' x-1 '!=' x-1 ']' ++++ local limit= ++++ '[' x '!=' x ']' +++++ min +++++ printf '%s\n' +++++ sort -g +++++ head -n1 ++++ local env_core_limit= ++++ '[' -n '' ']' +++++ container_memory +++++ local mem_file=/sys/fs/cgroup/memory/memory.limit_in_bytes ++++++ max_unbounded ++++++ cat /proc/meminfo ++++++ grep MemTotal: ++++++ awk '{print $2*1024}' +++++ local max_mem_unbounded=16825704448 +++++ '[' -r /sys/fs/cgroup/memory/memory.limit_in_bytes ']' ++++++ cat /sys/fs/cgroup/memory/memory.limit_in_bytes +++++ local max_mem=9223372036854771712 +++++ '[' 9223372036854771712 -lt 16825704448 ']' ++++ local max_mem= ++++ '[' x '!=' x ']' +++ source /opt/run-java/java-default-options ++++ __DEFAULT_JAVA_MAX_MEM_RATIO=50 ++++ __DEFAULT_JAVA_INITIAL_MEM_RATIO=25 ++++ __DEFAULT_JAVA_MAX_INITIAL_MEM=4096 ++++ initialize_container_limits ++++ source /opt/run-java/container-limits ++++++ core_limit ++++++ local cpu_period_file=/sys/fs/cgroup/cpu/cpu.cfs_period_us ++++++ local cpu_quota_file=/sys/fs/cgroup/cpu/cpu.cfs_quota_us ++++++ '[' -r /sys/fs/cgroup/cpu/cpu.cfs_period_us ']' +++++++ cat /sys/fs/cgroup/cpu/cpu.cfs_period_us ++++++ local cpu_period=100000 ++++++ '[' -r /sys/fs/cgroup/cpu/cpu.cfs_quota_us ']' +++++++ cat /sys/fs/cgroup/cpu/cpu.cfs_quota_us ++++++ local cpu_quota=-1 ++++++ '[' x-1 '!=' x-1 ']' +++++ local limit= +++++ '[' x '!=' x ']' ++++++ min ++++++ printf '%s\n' ++++++ sort -g ++++++ head -n1 +++++ local env_core_limit= +++++ '[' -n '' ']' ++++++ container_memory ++++++ local mem_file=/sys/fs/cgroup/memory/memory.limit_in_bytes +++++++ max_unbounded +++++++ cat /proc/meminfo +++++++ grep MemTotal: +++++++ awk '{print $2*1024}' ++++++ local max_mem_unbounded=16825704448 ++++++ '[' -r /sys/fs/cgroup/memory/memory.limit_in_bytes ']' +++++++ cat /sys/fs/cgroup/memory/memory.limit_in_bytes ++++++ local max_mem=9223372036854771712 ++++++ '[' 9223372036854771712 -lt 16825704448 ']' +++++ local max_mem= +++++ '[' x '!=' x ']' ++++ awk '$1=$1' +++++ initial_memory +++++ echo '' +++++ grep -q -- -Xms +++++ '[' x = x0 ']' +++++ '[' x '!=' x ']' +++++ max_memory +++++ grep -q -- -Xmx +++++ echo '' +++++ '[' x50 = x0 ']' +++++ '[' x '!=' x ']' +++++ gc_config +++++ local minHeapFreeRatio=10 +++++ local maxHeapFreeRatio=20 +++++ local timeRatio=4 +++++ local adaptiveSizePolicyWeight=90 +++++ local maxMetaspaceSize=100 +++++ echo '-XX:+UnlockExperimentalVMOptions ' '-XX:+UseCGroupMemoryLimitForHeap ' '-XX:+UseParallelOldGC ' '-XX:MinHeapFreeRatio=10 ' '-XX:MaxHeapFreeRatio=20 ' '-XX:GCTimeRatio=4 ' '-XX:AdaptiveSizePolicyWeight=90 ' -XX:MaxMetaspaceSize=100m +++++ diagnostics +++++ '[' x '!=' x ']' +++++ cpu_core_tunning +++++ local core_limit= +++++ '[' x = x0 -o x = x ']' +++++ return +++++ error_handling +++++ echo -XX:+ExitOnOutOfMemoryError ++++ echo ' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m -XX:+ExitOnOutOfMemoryError' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m -XX:+ExitOnOutOfMemoryError ++ '[' true = true ']' ++ set -x ++ echo 'Script debugging is enabled, allowing bash commands and their arguments to be printed as they are executed' Script debugging is enabled, allowing bash commands and their arguments to be printed as they are executed +++ hostname -f ++ export BROKER_IP=broker-1 ++ BROKER_IP=broker-1 ++ CONFIG_TEMPLATES=/config_templates +++ adjust_java_options +++ local options= +++ local remove_xms +++ local java_scripts_dir=/opt/run-java ++++ source /opt/run-java/java-default-options +++++ __DEFAULT_JAVA_MAX_MEM_RATIO=50 +++++ __DEFAULT_JAVA_INITIAL_MEM_RATIO=25 +++++ __DEFAULT_JAVA_MAX_INITIAL_MEM=4096 +++++ initialize_container_limits +++++ source /opt/run-java/container-limits +++++++ core_limit +++++++ local cpu_period_file=/sys/fs/cgroup/cpu/cpu.cfs_period_us +++++++ local cpu_quota_file=/sys/fs/cgroup/cpu/cpu.cfs_quota_us +++++++ '[' -r /sys/fs/cgroup/cpu/cpu.cfs_period_us ']' ++++++++ cat /sys/fs/cgroup/cpu/cpu.cfs_period_us +++++++ local cpu_period=100000 +++++++ '[' -r /sys/fs/cgroup/cpu/cpu.cfs_quota_us ']' ++++++++ cat /sys/fs/cgroup/cpu/cpu.cfs_quota_us +++++++ local cpu_quota=-1 +++++++ '[' x-1 '!=' x-1 ']' ++++++ local limit= ++++++ '[' x '!=' x ']' +++++++ min +++++++ printf '%s\n' +++++++ sort -g +++++++ head -n1 ++++++ local env_core_limit= ++++++ '[' -n '' ']' +++++++ container_memory +++++++ local mem_file=/sys/fs/cgroup/memory/memory.limit_in_bytes ++++++++ max_unbounded ++++++++ cat /proc/meminfo ++++++++ grep MemTotal: ++++++++ awk '{print $2*1024}' +++++++ local max_mem_unbounded=16825704448 +++++++ '[' -r /sys/fs/cgroup/memory/memory.limit_in_bytes ']' ++++++++ cat /sys/fs/cgroup/memory/memory.limit_in_bytes +++++++ local max_mem=9223372036854771712 +++++++ '[' 9223372036854771712 -lt 16825704448 ']' ++++++ local max_mem= ++++++ '[' x '!=' x ']' +++++ awk '$1=$1' ++++++ initial_memory ++++++ echo '' ++++++ grep -q -- -Xms ++++++ '[' x = x0 ']' ++++++ '[' x '!=' x ']' ++++++ max_memory ++++++ echo '' ++++++ grep -q -- -Xmx ++++++ '[' x50 = x0 ']' ++++++ '[' x '!=' x ']' ++++++ gc_config ++++++ local minHeapFreeRatio=10 ++++++ local maxHeapFreeRatio=20 ++++++ local timeRatio=4 ++++++ local adaptiveSizePolicyWeight=90 ++++++ local maxMetaspaceSize=100 ++++++ echo '-XX:+UnlockExperimentalVMOptions ' '-XX:+UseCGroupMemoryLimitForHeap ' '-XX:+UseParallelOldGC ' '-XX:MinHeapFreeRatio=10 ' '-XX:MaxHeapFreeRatio=20 ' '-XX:GCTimeRatio=4 ' '-XX:AdaptiveSizePolicyWeight=90 ' -XX:MaxMetaspaceSize=100m ++++++ diagnostics ++++++ '[' x '!=' x ']' ++++++ cpu_core_tunning ++++++ local core_limit= ++++++ '[' x = x0 -o x = x ']' ++++++ return ++++++ error_handling ++++++ echo -XX:+ExitOnOutOfMemoryError +++++ echo ' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m -XX:+ExitOnOutOfMemoryError' +++ local 'java_options=-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m -XX:+ExitOnOutOfMemoryError' ++++ unsupported_options +++++ /usr/lib/jvm/java-1.8.0/bin/java -version +++++ awk -F '"' '/version/{ print $2}' ++++ [[ 1.8.0_181 == *\1\.\7* ]] ++++ echo '(--XX:MaxPermSize=[^ ]*)' +++ local 'unsupported=(--XX:MaxPermSize=[^ ]*)' +++ for option in '$java_options' +++ [[ -XX:+UnlockExperimentalVMOptions == \-\X\m\x* ]] +++ [[ -XX:+UnlockExperimentalVMOptions == \-\X\m\s* ]] ++++ echo '' ++++ grep -Eq -- '-XX:+UnlockExperimentalVMOptions(=[^ ]*)?(\s|$)' +++ options=' -XX:+UnlockExperimentalVMOptions' +++ for option in '$java_options' +++ [[ -XX:+UseCGroupMemoryLimitForHeap == \-\X\m\x* ]] +++ [[ -XX:+UseCGroupMemoryLimitForHeap == \-\X\m\s* ]] ++++ echo ' -XX:+UnlockExperimentalVMOptions' ++++ grep -Eq -- '-XX:+UseCGroupMemoryLimitForHeap(=[^ ]*)?(\s|$)' +++ options=' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap' +++ for option in '$java_options' +++ [[ -XX:+UseParallelOldGC == \-\X\m\x* ]] +++ [[ -XX:+UseParallelOldGC == \-\X\m\s* ]] ++++ echo ' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap' ++++ grep -Eq -- '-XX:+UseParallelOldGC(=[^ ]*)?(\s|$)' +++ options=' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC' +++ for option in '$java_options' +++ [[ -XX:MinHeapFreeRatio=10 == \-\X\m\x* ]] +++ [[ -XX:MinHeapFreeRatio=10 == \-\X\m\s* ]] ++++ echo ' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC' ++++ grep -Eq -- '-XX:MinHeapFreeRatio(=[^ ]*)?(\s|$)' +++ options=' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10' +++ for option in '$java_options' +++ [[ -XX:MaxHeapFreeRatio=20 == \-\X\m\x* ]] +++ [[ -XX:MaxHeapFreeRatio=20 == \-\X\m\s* ]] ++++ echo ' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10' ++++ grep -Eq -- '-XX:MaxHeapFreeRatio(=[^ ]*)?(\s|$)' +++ options=' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20' +++ for option in '$java_options' +++ [[ -XX:GCTimeRatio=4 == \-\X\m\x* ]] +++ [[ -XX:GCTimeRatio=4 == \-\X\m\s* ]] ++++ echo ' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20' ++++ grep -Eq -- '-XX:GCTimeRatio(=[^ ]*)?(\s|$)' +++ options=' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4' +++ for option in '$java_options' +++ [[ -XX:AdaptiveSizePolicyWeight=90 == \-\X\m\x* ]] +++ [[ -XX:AdaptiveSizePolicyWeight=90 == \-\X\m\s* ]] ++++ echo ' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4' ++++ grep -Eq -- '-XX:AdaptiveSizePolicyWeight(=[^ ]*)?(\s|$)' +++ options=' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90' +++ for option in '$java_options' +++ [[ -XX:MaxMetaspaceSize=100m == \-\X\m\x* ]] +++ [[ -XX:MaxMetaspaceSize=100m == \-\X\m\s* ]] ++++ echo ' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90' ++++ grep -Eq -- '-XX:MaxMetaspaceSize(=[^ ]*)?(\s|$)' +++ options=' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m' +++ for option in '$java_options' +++ [[ -XX:+ExitOnOutOfMemoryError == \-\X\m\x* ]] +++ [[ -XX:+ExitOnOutOfMemoryError == \-\X\m\s* ]] ++++ echo ' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m' ++++ grep -Eq -- '-XX:+ExitOnOutOfMemoryError(=[^ ]*)?(\s|$)' +++ options=' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m -XX:+ExitOnOutOfMemoryError' +++ [[ x == \x\1 ]] ++++ echo ' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m -XX:+ExitOnOutOfMemoryError' ++++ sed -re 's@(--XX:MaxPermSize=[^ ]*)(\s)?@@g' +++ options=' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m -XX:+ExitOnOutOfMemoryError' +++ echo ' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m -XX:+ExitOnOutOfMemoryError' ++ JAVA_OPTS=' -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m -XX:+ExitOnOutOfMemoryError' +++ echo -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m -XX:+ExitOnOutOfMemoryError +++ sed -e 's/-XX:+UseParallelOldGC/ /' Configuring Broker Broker will be clustered ++ JAVA_OPTS='-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m -XX:+ExitOnOutOfMemoryError' ++ JAVA_OPTS='-Djava.net.preferIPv4Stack=true -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m -XX:+ExitOnOutOfMemoryError' ++ runServer ++ echo 'Configuring Broker' ++ instanceDir=/home/jboss/broker ++ configure /home/jboss/broker ++ instanceDir=/home/jboss/broker ++ export CONTAINER_ID=broker-1 ++ CONTAINER_ID=broker-1 ++ '[' '!' -d /home/jboss/broker -o false = true -o '!' -f /home/jboss/broker/bin/artemis ']' ++ AMQ_ARGS='--silent --role admin --name broker --http-host broker-1 --java-options=-Djava.net.preferIPv4Stack=true ' ++ configureUserAuthentication ++ '[' -n admin -a -n password ']' ++ AMQ_ARGS='--silent --role admin --name broker --http-host broker-1 --java-options=-Djava.net.preferIPv4Stack=true --user admin --password password ' ++ '[' '' = true ']' ++ AMQ_ARGS='--silent --role admin --name broker --http-host broker-1 --java-options=-Djava.net.preferIPv4Stack=true --user admin --password password --allow-anonymous' ++ '[' -n /opt/amq/data ']' ++ AMQ_ARGS='--silent --role admin --name broker --http-host broker-1 --java-options=-Djava.net.preferIPv4Stack=true --user admin --password password --allow-anonymous --data /opt/amq/data' ++ '[' -n '' ']' ++ '[' -n '' ']' ++ '[' -n '' ']' ++ '[' -n '' ']' ++ '[' false = true ']' ++ '[' --no-autotune ']' ++ AMQ_ARGS='--silent --role admin --name broker --http-host broker-1 --java-options=-Djava.net.preferIPv4Stack=true --user admin --password password --allow-anonymous --data /opt/amq/data --no-autotune' ++ configureNetworking ++ '[' true = true ']' ++ echo 'Broker will be clustered' ++ AMQ_ARGS='--silent --role admin --name broker --http-host broker-1 --java-options=-Djava.net.preferIPv4Stack=true --user admin --password password --allow-anonymous --data /opt/amq/data --no-autotune --clustered --cluster-user=cluster --cluster-password=topSecret --host broker-1' ++ ACCEPTOR_IP=broker-1 ++ configureSSL +++ find_env AMQ_KEYSTORE_TRUSTSTORE_DIR '' +++ var= +++ echo '' ++ sslDir= +++ find_env AMQ_KEYSTORE '' +++ var= +++ echo '' ++ keyStoreFile= +++ find_env AMQ_TRUSTSTORE '' +++ var= +++ echo '' ++ trustStoreFile= ++ sslEnabled ++ '[' -n '' -a -n '' -a -n '' -a -n '' -a -n '' ']' ++ sslPartial ++ '[' -n '' -o -n '' -o -n '' -o -n '' -o -n '' ']' Creating Broker with args --silent --role admin --name broker --http-host broker-1 --java-options=-Djava.net.preferIPv4Stack=true --user admin --password password --allow-anonymous --data /opt/amq/data --no-autotune --clustered --cluster-user=cluster --cluster-password=topSecret --host broker-1 ++ echo 'Creating Broker with args --silent --role admin --name broker --http-host broker-1 --java-options=-Djava.net.preferIPv4Stack=true --user admin --password password --allow-anonymous --data /opt/amq/data --no-autotune --clustered --cluster-user=cluster --cluster-password=topSecret --host broker-1' ++ /opt/amq/bin/artemis create /home/jboss/broker --silent --role admin --name broker --http-host broker-1 --java-options=-Djava.net.preferIPv4Stack=true --user admin --password password --allow-anonymous --data /opt/amq/data --no-autotune --clustered --cluster-user=cluster --cluster-password=topSecret --host broker-1 --java-options '-Djava.net.preferIPv4Stack=true -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m -XX:+ExitOnOutOfMemoryError' Creating ActiveMQ Artemis instance at: /home/jboss/broker You can now start the broker by executing: "/home/jboss/broker/bin/artemis" run Or you can run the broker in the background using: "/home/jboss/broker/bin/artemis-service" start ++ '[' true = true ']' ++ modifyDiscovery ++ discoverygroup= ++ discoverygroup=' ' ++ discoverygroup=' jgroups-ping.xml' ++ discoverygroup=' jgroups-ping.xml activemq_broadcast_channel' ++ discoverygroup=' jgroups-ping.xml activemq_broadcast_channel 10000' ++ discoverygroup=' jgroups-ping.xml activemq_broadcast_channel 10000 ' ++ sed -i -ne '// {p; i jgroups-ping.xml activemq_broadcast_channel 10000 ' -e ':a; n; /<\/discovery-groups>/ {p; b}; ba}; p' /home/jboss/broker/etc/broker.xml ++ broadcastgroup= ++ broadcastgroup=' ' ++ broadcastgroup=' jgroups-ping.xml' ++ broadcastgroup=' jgroups-ping.xml activemq_broadcast_channel' ++ broadcastgroup=' jgroups-ping.xml activemq_broadcast_channel artemis' ++ broadcastgroup=' jgroups-ping.xml activemq_broadcast_channel artemis ' ++ sed -i -ne '// {p; i jgroups-ping.xml activemq_broadcast_channel artemis ' -e ':a; n; /<\/broadcast-groups>/ {p; b}; ba}; p' /home/jboss/broker/etc/broker.xml ++ clusterconnections= ++ clusterconnections=' ' ++ clusterconnections=' artemis' ++ clusterconnections=' artemis 500' ++ clusterconnections=' artemis 500 true' ++ clusterconnections=' artemis 500 true ON_DEMAND' ++ clusterconnections=' artemis 500 true ON_DEMAND 1' ++ clusterconnections=' artemis 500 true ON_DEMAND 1 ' ++ clusterconnections=' artemis 500 true ON_DEMAND 1 ' ++ sed -i -ne '// {p; i artemis 500 true ON_DEMAND 1 ' -e ':a; n; /<\/cluster-connections>/ {p; b}; ba}; p' /home/jboss/broker/etc/broker.xml ++ configureRedistributionDelay /home/jboss/broker ++ instanceDir=/home/jboss/broker ++ echo 'Setting redistribution-delay to zero.' Setting redistribution-delay to zero. ++ sed -i 's//&\n 0<\/redistribution-delay>/g' /home/jboss/broker/etc/broker.xml ++ /opt/amq/bin/configure_jolokia_access.sh /home/jboss/broker/etc/jolokia-access.xml ++ '[' '' ']' ++ updateAcceptorsForPrefixing /home/jboss/broker ++ instanceDir=/home/jboss/broker ++ '[' -n '' ']' ++ '[' -n '' ']' ++ configureLogging /home/jboss/broker ++ instanceDir=/home/jboss/broker ++ '[' true = true ']' ++ echo 'Configuring logging directory to be /opt/amq/data/log' ++ sed -i 's@${artemis.instance}@/opt/amq/data@' /home/jboss/broker/etc/logging.properties Configuring logging directory to be /opt/amq/data/log ++ /opt/amq/bin/configure_s2i_files.sh /home/jboss/broker Copying Config files from S2I build '/opt/amq/conf/jgroups-ping.xml' -> '/home/jboss/broker/etc/jgroups-ping.xml' Configuring S2I run to start ++ /opt/amq/bin/configure_custom_config.sh /home/jboss/broker Custom Configuration file 'BROKER_XML' is disabled Custom Configuration file 'LOGGING_PROPERTIES' is disabled ++ '[' '' = start ']' + SCALE_TO_BROKER_IP=10.129.1.137 + connector='tcp:\/\/10.129.1.137:61616<\/connector>' + sed -i '/<\/connectors>/ s/.*/tcp:\/\/10.129.1.137:61616<\/connector>\n&/' /home/jboss/broker/etc/broker.xml + acceptor='tcp:\/\/broker-1:61616?protocols=CORE<\/acceptor>' + sed -i -ne '// {p; i tcp:\/\/broker-1:61616?protocols=CORE<\/acceptor>' -e ':a; n; /<\/acceptors>/ {p; b}; ba}; p' /home/jboss/broker/etc/broker.xml + /home/jboss/broker/bin/artemis-service start Starting artemis-service id: cannot find name for user ID 1002950000 artemis-service is now running (228) + '[' true = true ']' + waitForJolokia + : + sleep 5 + tail -n 100 -f /opt/amq/data/log/artemis.log 2018-10-10 13:03:23,035 INFO [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting ActiveMQ Artemis Server 2018-10-10 13:03:23,141 INFO [org.apache.activemq.artemis.core.server] AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=true,journalDirectory=/opt/amq/data/journal,bindingsDirectory=/opt/amq/data/bindings,largeMessagesDirectory=/opt/amq/data/large-messages,pagingDirectory=/opt/amq/data/paging) 2018-10-10 13:03:23,174 INFO [org.apache.activemq.artemis.core.server] AMQ221013: Using NIO Journal 2018-10-10 13:03:23,249 INFO [org.apache.activemq.artemis.core.server] AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1,073,741,824 2018-10-10 13:03:23,508 WARNING [org.jgroups.stack.Configurator] JGRP000014: BasicTCP.use_send_queues has been deprecated: will be removed in 4.0 2018-10-10 13:03:23,520 WARNING [org.jgroups.stack.Configurator] JGRP000014: Discovery.timeout has been deprecated: GMS.join_timeout should be used instead 2018-10-10 13:03:23,580 INFO [org.jgroups.protocols.openshift.DNS_PING] serviceName [ping] set; clustering enabled 2018-10-10 13:03:26,609 INFO [org.openshift.ping.common.Utils] 3 attempt(s) with a 1000ms sleep to execute [GetServicePort] failed. Last failure was [java.lang.NullPointerException: null] 2018-10-10 13:03:26,610 WARNING [org.jgroups.protocols.openshift.DNS_PING] No DNS SRV record found for service [ping] 2018-10-10 13:03:26,764 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2018-10-10 13:03:26,765 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP 2018-10-10 13:03:26,766 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ 2018-10-10 13:03:26,766 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2018-10-10 13:03:26,767 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding protocol support for: OPENWIRE 2018-10-10 13:03:26,768 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP 2018-10-10 13:03:26,825 INFO [org.apache.activemq.artemis.core.server] AMQ221034: Waiting indefinitely to obtain live lock 2018-10-10 13:03:26,827 INFO [org.apache.activemq.artemis.core.server] AMQ221035: Live Server Obtained live lock 2018-10-10 13:03:27,400 INFO [org.apache.activemq.artemis.core.server] AMQ221080: Deploying address DLQ supporting [ANYCAST] 2018-10-10 13:03:27,421 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2018-10-10 13:03:27,473 INFO [org.apache.activemq.artemis.core.server] AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2018-10-10 13:03:27,478 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2018-10-10 13:03:27,484 INFO [org.apache.activemq.artemis.core.server] AMQ221080: Deploying address noConsumerQueue supporting [ANYCAST] 2018-10-10 13:03:27,489 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying ANYCAST queue noConsumerQueue on address noConsumerQueue 2018-10-10 13:03:27,757 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started EPOLL Acceptor at broker-1.broker-amq-headless.dsimansk-amq.svc.cluster.local:61616 for protocols [CORE,MQTT,AMQP,STOMP,HORNETQ,OPENWIRE] 2018-10-10 13:03:27,768 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started EPOLL Acceptor at broker-1.broker-amq-headless.dsimansk-amq.svc.cluster.local:5445 for protocols [HORNETQ,STOMP] 2018-10-10 13:03:27,771 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started EPOLL Acceptor at broker-1.broker-amq-headless.dsimansk-amq.svc.cluster.local:5672 for protocols [AMQP] 2018-10-10 13:03:27,774 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started EPOLL Acceptor at broker-1.broker-amq-headless.dsimansk-amq.svc.cluster.local:1883 for protocols [MQTT] 2018-10-10 13:03:27,783 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started EPOLL Acceptor at broker-1.broker-amq-headless.dsimansk-amq.svc.cluster.local:61613 for protocols [STOMP] 2018-10-10 13:03:27,791 INFO [org.apache.activemq.artemis.core.server] AMQ221007: Server is now live 2018-10-10 13:03:27,791 INFO [org.apache.activemq.artemis.core.server] AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.3.redhat-00004 [broker, nodeID=de43c141-cc8c-11e8-8b54-0a580a820163] 2018-10-10 13:03:28,082 INFO [io.hawt.branding.plugin.PluginContextListener] Initialized hawtio-redhat-fuse-branding plugin 2018-10-10 13:03:28,141 INFO [org.apache.activemq.hawtio.plugin.PluginContextListener] Initialized artemis-plugin plugin 2018-10-10 13:03:28,200 INFO [org.apache.qpid.dispatch.PluginContextListener] Initialized dispatch-hawtio-console plugin 2018-10-10 13:03:28,911 INFO [io.hawt.system.ConfigManager] Configuration will be discovered via system properties 2018-10-10 13:03:28,914 INFO [io.hawt.jmx.JmxTreeWatcher] Welcome to hawtio 1.4.0.redhat-630329 : http://hawt.io/ : Don't cha wish your console was hawt like me? ;-) 2018-10-10 13:03:28,916 INFO [io.hawt.jmx.UploadManager] Using file upload directory: /home/jboss/broker/tmp/uploads 2018-10-10 13:03:28,935 INFO [io.hawt.web.AuthenticationFilter] Starting hawtio authentication filter, JAAS realm: "activemq" authorized role(s): "admin" role principal classes: "org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal" 2018-10-10 13:03:28,951 INFO [org.apache.activemq.artemis.core.server] AMQ221027: Bridge ClusterConnectionBridge@3dec3f05 [name=$.artemis.internal.sf.my-cluster.cd8fa160-cc8c-11e8-b394-0a580a810189, queue=QueueImpl[name=$.artemis.internal.sf.my-cluster.cd8fa160-cc8c-11e8-b394-0a580a810189, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=de43c141-cc8c-11e8-8b54-0a580a820163], temp=false]@6d14141f targetConnector=ServerLocatorImpl (identity=(Cluster-connection-bridge::ClusterConnectionBridge@3dec3f05 [name=$.artemis.internal.sf.my-cluster.cd8fa160-cc8c-11e8-b394-0a580a810189, queue=QueueImpl[name=$.artemis.internal.sf.my-cluster.cd8fa160-cc8c-11e8-b394-0a580a810189, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=de43c141-cc8c-11e8-8b54-0a580a820163], temp=false]@6d14141f targetConnector=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=broker-0-broker-amq-headless-dsimansk-amq-svc-cluster-local], discoveryGroupConfiguration=null]]::ClusterConnectionImpl@267814113[nodeUUID=de43c141-cc8c-11e8-8b54-0a580a820163, connector=TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=broker-1-broker-amq-headless-dsimansk-amq-svc-cluster-local, address=, server=ActiveMQServerImpl::serverUUID=de43c141-cc8c-11e8-8b54-0a580a820163])) [initialConnectors=[TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=broker-0-broker-amq-headless-dsimansk-amq-svc-cluster-local], discoveryGroupConfiguration=null]] is connected 2018-10-10 13:03:28,992 INFO [io.hawt.web.JolokiaConfiguredAgentServlet] Jolokia overridden property: [key=policyLocation, value=file:/home/jboss/broker/etc/jolokia-access.xml] 2018-10-10 13:03:29,016 INFO [io.hawt.web.RBACMBeanInvoker] Using MBean [hawtio:type=security,area=jmx,rank=0,name=HawtioDummyJMXSecurity] for role based access control 2018-10-10 13:03:29,234 INFO [io.hawt.system.ProxyWhitelist] Initial proxy whitelist: [localhost, 127.0.0.1, 10.130.1.99, broker-1.broker-amq-headless.dsimansk-amq.svc.cluster.local] 2018-10-10 13:03:29,470 INFO [org.apache.activemq.artemis] AMQ241001: HTTP Server started at http://broker-1.broker-amq-headless.dsimansk-amq.svc.cluster.local:8161 2018-10-10 13:03:29,471 INFO [org.apache.activemq.artemis] AMQ241002: Artemis Jolokia REST API available at http://broker-1.broker-amq-headless.dsimansk-amq.svc.cluster.local:8161/console/jolokia 2018-10-10 13:03:29,472 INFO [org.apache.activemq.artemis] AMQ241004: Artemis Console available at http://broker-1.broker-amq-headless.dsimansk-amq.svc.cluster.local:8161/console 2018-10-10 13:05:21,569 WARN [org.apache.activemq.artemis.core.server] AMQ222061: Client connection failed, clearing up resources for session f19dd38c-cc8c-11e8-8b54-0a580a820163 2018-10-10 13:05:21,570 WARN [org.apache.activemq.artemis.core.server] AMQ222107: Cleared up resources for session f19dd38c-cc8c-11e8-8b54-0a580a820163 2018-10-10 13:05:21,570 WARN [org.apache.activemq.artemis.core.server] AMQ222061: Client connection failed, clearing up resources for session f1ec41b0-cc8c-11e8-8b54-0a580a820163 2018-10-10 13:05:21,571 WARN [org.apache.activemq.artemis.core.server] AMQ222107: Cleared up resources for session f1ec41b0-cc8c-11e8-8b54-0a580a820163 2018-10-10 13:05:21,571 WARN [org.apache.activemq.artemis.core.server] AMQ222061: Client connection failed, clearing up resources for session f1fb5ce3-cc8c-11e8-8b54-0a580a820163 2018-10-10 13:05:21,583 INFO [org.apache.activemq.artemis.core.server] AMQ221029: stopped bridge $.artemis.internal.sf.my-cluster.cd8fa160-cc8c-11e8-b394-0a580a810189 2018-10-10 13:05:21,595 WARN [org.apache.activemq.artemis.core.server] AMQ222107: Cleared up resources for session f1fb5ce3-cc8c-11e8-8b54-0a580a820163 2018-10-10 13:05:21,714 INFO [io.hawt.web.AuthenticationFilter] Destroying hawtio authentication filter 2018-10-10 13:05:21,807 INFO [org.apache.qpid.dispatch.PluginContextListener] Destroyed dispatch-hawtio-console plugin 2018-10-10 13:05:21,812 INFO [org.apache.activemq.hawtio.plugin.PluginContextListener] Destroyed artemis-plugin plugin 2018-10-10 13:05:21,816 INFO [io.hawt.branding.plugin.PluginContextListener] Destroyed hawtio-redhat-fuse-branding plugin 2018-10-10 13:05:21,824 INFO [org.apache.activemq.artemis.core.server] AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.3.redhat-00004 [de43c141-cc8c-11e8-8b54-0a580a820163] stopped, uptime 1 minute 2018-10-10 13:05:45,666 INFO [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting ActiveMQ Artemis Server 2018-10-10 13:05:45,759 INFO [org.apache.activemq.artemis.core.server] AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=true,journalDirectory=/opt/amq/data/journal,bindingsDirectory=/opt/amq/data/bindings,largeMessagesDirectory=/opt/amq/data/large-messages,pagingDirectory=/opt/amq/data/paging) 2018-10-10 13:05:45,811 INFO [org.apache.activemq.artemis.core.server] AMQ221013: Using NIO Journal 2018-10-10 13:05:45,863 INFO [org.apache.activemq.artemis.core.server] AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1,073,741,824 2018-10-10 13:05:46,152 WARNING [org.jgroups.stack.Configurator] JGRP000014: BasicTCP.use_send_queues has been deprecated: will be removed in 4.0 2018-10-10 13:05:46,165 WARNING [org.jgroups.stack.Configurator] JGRP000014: Discovery.timeout has been deprecated: GMS.join_timeout should be used instead 2018-10-10 13:05:46,229 INFO [org.jgroups.protocols.openshift.DNS_PING] serviceName [ping] set; clustering enabled 2018-10-10 13:05:46,425 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2018-10-10 13:05:46,426 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP 2018-10-10 13:05:46,427 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ 2018-10-10 13:05:46,427 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2018-10-10 13:05:46,428 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding protocol support for: OPENWIRE 2018-10-10 13:05:46,428 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP 2018-10-10 13:05:46,491 INFO [org.apache.activemq.artemis.core.server] AMQ221034: Waiting indefinitely to obtain live lock 2018-10-10 13:05:46,492 INFO [org.apache.activemq.artemis.core.server] AMQ221035: Live Server Obtained live lock 2018-10-10 13:05:47,311 INFO [org.apache.activemq.artemis.core.server] AMQ221080: Deploying address DLQ supporting [ANYCAST] 2018-10-10 13:05:47,313 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2018-10-10 13:05:47,314 INFO [org.apache.activemq.artemis.core.server] AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2018-10-10 13:05:47,315 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2018-10-10 13:05:47,398 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started EPOLL Acceptor at broker-1:61616 for protocols [CORE] 2018-10-10 13:05:47,406 INFO [org.apache.activemq.artemis.core.server] AMQ221007: Server is now live 2018-10-10 13:05:47,407 INFO [org.apache.activemq.artemis.core.server] AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.3.redhat-00004 [broker, nodeID=de43c141-cc8c-11e8-8b54-0a580a820163] 2018-10-10 13:05:47,705 INFO [io.hawt.branding.plugin.PluginContextListener] Initialized hawtio-redhat-fuse-branding plugin 2018-10-10 13:05:47,780 INFO [org.apache.activemq.hawtio.plugin.PluginContextListener] Initialized artemis-plugin plugin 2018-10-10 13:05:47,837 INFO [org.apache.qpid.dispatch.PluginContextListener] Initialized dispatch-hawtio-console plugin 2018-10-10 13:05:48,504 INFO [io.hawt.system.ConfigManager] Configuration will be discovered via system properties 2018-10-10 13:05:48,506 INFO [io.hawt.jmx.JmxTreeWatcher] Welcome to hawtio 1.4.0.redhat-630329 : http://hawt.io/ : Don't cha wish your console was hawt like me? ;-) 2018-10-10 13:05:48,510 INFO [io.hawt.jmx.UploadManager] Using file upload directory: /home/jboss/broker/tmp/uploads 2018-10-10 13:05:48,526 INFO [io.hawt.web.AuthenticationFilter] Starting hawtio authentication filter, JAAS realm: "activemq" authorized role(s): "admin" role principal classes: "org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal" 2018-10-10 13:05:48,581 INFO [io.hawt.web.JolokiaConfiguredAgentServlet] Jolokia overridden property: [key=policyLocation, value=file:/home/jboss/broker/etc/jolokia-access.xml] 2018-10-10 13:05:48,606 INFO [io.hawt.web.RBACMBeanInvoker] Using MBean [hawtio:type=security,area=jmx,rank=0,name=HawtioDummyJMXSecurity] for role based access control 2018-10-10 13:05:48,741 INFO [io.hawt.system.ProxyWhitelist] Initial proxy whitelist: [localhost, 127.0.0.1, 10.131.1.64, broker-1] 2018-10-10 13:05:49,096 INFO [org.apache.activemq.artemis.core.server] AMQ221027: Bridge ClusterConnectionBridge@285f09fa [name=$.artemis.internal.sf.my-cluster.cd8fa160-cc8c-11e8-b394-0a580a810189, queue=QueueImpl[name=$.artemis.internal.sf.my-cluster.cd8fa160-cc8c-11e8-b394-0a580a810189, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=de43c141-cc8c-11e8-8b54-0a580a820163], temp=false]@51bb3451 targetConnector=ServerLocatorImpl (identity=(Cluster-connection-bridge::ClusterConnectionBridge@285f09fa [name=$.artemis.internal.sf.my-cluster.cd8fa160-cc8c-11e8-b394-0a580a810189, queue=QueueImpl[name=$.artemis.internal.sf.my-cluster.cd8fa160-cc8c-11e8-b394-0a580a810189, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=de43c141-cc8c-11e8-8b54-0a580a820163], temp=false]@51bb3451 targetConnector=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=broker-0-broker-amq-headless-dsimansk-amq-svc-cluster-local], discoveryGroupConfiguration=null]]::ClusterConnectionImpl@1958402562[nodeUUID=de43c141-cc8c-11e8-8b54-0a580a820163, connector=TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=broker-1, address=, server=ActiveMQServerImpl::serverUUID=de43c141-cc8c-11e8-8b54-0a580a820163])) [initialConnectors=[TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=broker-0-broker-amq-headless-dsimansk-amq-svc-cluster-local], discoveryGroupConfiguration=null]] is connected 2018-10-10 13:05:49,221 INFO [org.apache.activemq.artemis] AMQ241001: HTTP Server started at http://broker-1:8161 2018-10-10 13:05:49,226 INFO [org.apache.activemq.artemis] AMQ241002: Artemis Jolokia REST API available at http://broker-1:8161/console/jolokia 2018-10-10 13:05:49,226 INFO [org.apache.activemq.artemis] AMQ241004: Artemis Console available at http://broker-1:8161/console + curl -s -o /dev/null -G -k http://admin:password@broker-1:8161/console/jolokia + '[' 0 -eq 0 ']' + break + curl -s -o /dev/null -G -k http://admin:password@broker-1:8161/console/jolokia/exec/org.apache.activemq.artemis:broker=%22broker%22/scaleDown/scaledownconnector 2018-10-10 13:05:50,610 INFO [org.apache.activemq.artemis.core.server] AMQ221029: stopped bridge $.artemis.internal.sf.my-cluster.cd8fa160-cc8c-11e8-b394-0a580a810189