]
Jiri Ondrusek moved JBEAP-14779 to WFLY-10430:
----------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-10430 (was: JBEAP-14779)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: (was: ActiveMQ)
Affects Version/s: 13.0.0.Beta1
(was: 7.0.0.ER1)
(was: 7.0.0.ER6)
Warnings in log when failover is executed after clean shut down
---------------------------------------------------------------
Key: WFLY-10430
URL:
https://issues.jboss.org/browse/WFLY-10430
Project: WildFly
Issue Type: Bug
Affects Versions: 13.0.0.Beta1
Reporter: Jiri Ondrusek
Assignee: Jiri Ondrusek
Hi I have noticed that after failover there are warnings even if live server was shut
down cleanly. Some of our customers watch logs for warnings very carefully and it makes
them uncomfortable when correctly used operations make warnings. According to them such
operations should trigger only info logging.
12:53:38,564 WARN [org.apache.activemq.artemis.core.client] (Thread-0
(ActiveMQ-client-global-threads-1770095631)) AMQ212037: Connection failure has been
detected: AMQ119015: The connection was disconnected because of server shutdown
[code=DISCONNECTED]
12:53:38,570 WARN [org.apache.activemq.artemis.core.client] (Thread-2
(ActiveMQ-client-global-threads-1770095631)) AMQ212037: Connection failure has been
detected: AMQ119015: The connection was disconnected because of server shutdown
[code=DISCONNECTED]
12:53:38,575 WARN [org.apache.activemq.artemis.core.client] (Thread-1
(ActiveMQ-client-global-threads-1770095631)) AMQ212037: Connection failure has been
detected: AMQ119015: The connection was disconnected because of server shutdown
[code=DISCONNECTED]
12:53:38,579 WARN [org.apache.activemq.artemis.core.client] (Thread-3
(ActiveMQ-client-global-threads-1770095631)) AMQ212037: Connection failure has been
detected: AMQ119015: The connection was disconnected because of server shutdown
[code=DISCONNECTED]
12:53:38,587 WARN [org.apache.activemq.artemis.core.server] (Thread-3
(ActiveMQ-client-global-threads-1770095631)) AMQ222095: Connection failed with
failedOver=false: ActiveMQDisconnectedException[errorType=DISCONNECTED message=AMQ119015:
The connection was disconnected because of server shutdown]
at
org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl$CloseRunnable.run(ClientSessionFactoryImpl.java:946)
at
org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:94)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
12:53:38,604 WARN [org.apache.activemq.artemis.core.server] (Thread-3
(ActiveMQ-client-global-threads-1770095631)) AMQ222095: Connection failed with
failedOver=false: ActiveMQDisconnectedException[errorType=DISCONNECTED message=AMQ119015:
The connection was disconnected because of server shutdown]
at
org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl$CloseRunnable.run(ClientSessionFactoryImpl.java:946)
at
org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:94)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)