-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
7.0.0.DR12
-
None
When we're shutting down the server during our startup tests, Artemis is sometimes logging warnings (seems it's trying to reconnect cluster).
Relevant log parts (full log attached):
2015-10-20 07:35:35,657 WARN [org.apache.activemq.artemis.core.client] (Thread-0 (ActiveMQ-client-global-threads-1087661281)) AMQ212037: Connection failure has been detected: AMQ119015: The connection was disconnected because of server shutdown [code=DISCONNECTED] 2015-10-20 07:35:35,677 WARN [org.apache.activemq.artemis.core.client] (Thread-1 (ActiveMQ-client-global-threads-1087661281)) AMQ212037: Connection failure has been detected: AMQ119015: The connection was disconnected because of server shutdown [code=DISCONNECTED] 2015-10-20 07:35:35,679 WARN [org.apache.activemq.artemis.core.client] (Thread-2 (ActiveMQ-client-global-threads-1087661281)) AMQ212037: Connection failure has been detected: AMQ119015: The connection was disconnected because of server shutdown [code=DISCONNECTED] 2015-10-20 07:35:35,680 WARN [org.apache.activemq.artemis.core.server] (Thread-2 (ActiveMQ-client-global-threads-1087661281)) 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:1143) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:618) at java.lang.Thread.run(Thread.java:785) 2015-10-20 07:35:35,767 WARN [org.apache.activemq.artemis.core.server] (Thread-2 (ActiveMQ-client-global-threads-1087661281)) 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:1143) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:618) at java.lang.Thread.run(Thread.java:785)
The test runs 2 servers with default standalone-full-ha.xml on single node with different server.bind.address.
- clones
-
JBEAP-6180 (7.4.z) Artemis is logging warnings during server shut down
- Closed
- is blocked by
-
JBEAP-2211 Upgrade to Artemis 1.1.0.wildfly-009
- Closed