[ 
https://issues.apache.org/jira/browse/ARTEMIS-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14681805#comment-14681805
 ] 

ASF GitHub Bot commented on ARTEMIS-179:
----------------------------------------

GitHub user jbertram opened a pull request:

    https://github.com/apache/activemq-artemis/pull/117

    ARTEMIS-179

    I left each of these commits distinct so there would be a record of why 
each specific change was made since they had potentially far-reaching 
consequences.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-179

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/117.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #117
    
----
commit f3be78a09633837d59ff1a79fa681b684bcd416c
Author: jbertram <jbert...@apache.org>
Date:   2015-08-05T17:17:21Z

    ARTEMIS-179 Expose disconnect/reconnect problem
    
    Currently a cluster bridge will continue to attempt to reconnect to
    a node that sends it a DISCONNECT until its reconnect-attempts is
    exhausted. A DISCONNECT message indicates that the node is not coming
    back so no reconnect attempt should be made and the bridge should be
    stopped, the bindings should be cleaned up, etc.
    
    The change to this test exposes this problem.

commit 682cad63f3e5c8d59be92602de32e523aae032ca
Author: jbertram <jbert...@apache.org>
Date:   2015-08-05T17:37:53Z

    ARTEMIS-179 Do not reconnect bridge on DISCONNECT
    
    Note: this breaks scale-down because the bindings are removed.

commit 3bb88c60ca683f5ff6788c0c5758a96210e346b5
Author: jbertram <jbert...@apache.org>
Date:   2015-08-06T21:28:56Z

    ARTEMIS-179 fix scale-down

commit 38188cdf2e6a1a04c6b900ec6bbc6bd49a406b4b
Author: jbertram <jbert...@apache.org>
Date:   2015-08-10T21:19:01Z

    ARTEMIS-179 fix BindingsClusterTest

----


> Artemis is logging warnings during reconnecting cluster connection on server 
> shut down 
> ---------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-179
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-179
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 1.0.0
>            Reporter: Miroslav Novak
>            Assignee: Justin Bertram
>             Fix For: 1.0.1
>
>
> Artemis is trying reconnect cluster connection if node in cluster is cleanly 
> shut downed. Problem is that server.log is filled by:
> {code}
> 13:07:09,855 WARN  [org.apache.activemq.artemis.core.server] (Thread-0 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> {code}
> which makes the logs completely unreadable. 
> Run two instances with:
> ./artemis create --clustered /server1
> ./artemis create --clustered /server2 --port-offset 100
> start botsh servers and stop one of them:
> server.log:
> {code}
> 13:06:37,059 INFO  [org.apache.activemq.artemis.core.server] (Thread-17 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ221027: Bridge ClusterConnectionBridge@7eb486c7 
> [name=sf.my-cluster.5638e157-35e1-11e5-82f6-752f620dec6f, 
> queue=QueueImpl[name=sf.my-cluster.5638e157-35e1-11e5-82f6-752f620dec6f, 
> postOffice=PostOfficeImpl 
> [server=ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f]]@7f77c8d9
>  targetConnector=ServerLocatorImpl 
> (identity=(Cluster-connection-bridge::ClusterConnectionBridge@7eb486c7 
> [name=sf.my-cluster.5638e157-35e1-11e5-82f6-752f620dec6f, 
> queue=QueueImpl[name=sf.my-cluster.5638e157-35e1-11e5-82f6-752f620dec6f, 
> postOffice=PostOfficeImpl 
> [server=ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f]]@7f77c8d9
>  targetConnector=ServerLocatorImpl 
> [initialConnectors=[TransportConfiguration(name=http-connector, 
> factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory)
>  
> ?httpUpgradeEnabled=true&port=9080&host=localhost&http-upgrade-endpoint=http-acceptor],
>  
> discoveryGroupConfiguration=null]]::ClusterConnectionImpl@841790227[nodeUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f,
>  connector=TransportConfiguration(name=http-connector, 
> factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory)
>  
> ?host=localhost&http-upgrade-endpoint=http-acceptor&httpUpgradeEnabled=true&port=8080,
>  address=jms, 
> server=ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f])) 
> [initialConnectors=[TransportConfiguration(name=http-connector, 
> factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory)
>  
> ?httpUpgradeEnabled=true&port=9080&host=localhost&http-upgrade-endpoint=http-acceptor],
>  discoveryGroupConfiguration=null]] is connected
> 13:07:09,305 WARN  [org.apache.activemq.artemis.core.client] (Thread-0 
> (ActiveMQ-client-global-threads-166185675)) AMQ212037: Connection failure has 
> been detected: AMQ119015: The connection was disconnected because of server 
> shutdown [code=DISCONNECTED]
> 13:07:09,311 WARN  [org.apache.activemq.artemis.core.client] (Thread-2 
> (ActiveMQ-client-global-threads-166185675)) AMQ212037: Connection failure has 
> been detected: AMQ119015: The connection was disconnected because of server 
> shutdown [code=DISCONNECTED]
> 13:07:09,310 WARN  [org.apache.activemq.artemis.core.client] (Thread-1 
> (ActiveMQ-client-global-threads-166185675)) AMQ212037: Connection failure has 
> been detected: AMQ119015: The connection was disconnected because of server 
> shutdown [code=DISCONNECTED]
> 13:07:09,325 WARN  [org.apache.activemq.artemis.core.server] (Thread-2 
> (ActiveMQ-client-global-threads-166185675)) 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:1183)
>       at 
> org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:105)
>       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)
> 13:07:09,354 WARN  [org.apache.activemq.artemis.core.server] (Thread-2 
> (ActiveMQ-client-global-threads-166185675)) 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:1183)
>       at 
> org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:105)
>       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)
> 13:07:09,855 WARN  [org.apache.activemq.artemis.core.server] (Thread-0 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:09,856 WARN  [org.apache.activemq.artemis.core.server] (Thread-9 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:10,356 WARN  [org.apache.activemq.artemis.core.server] (Thread-11 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:10,357 WARN  [org.apache.activemq.artemis.core.server] (Thread-12 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:10,857 WARN  [org.apache.activemq.artemis.core.server] (Thread-13 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:10,858 WARN  [org.apache.activemq.artemis.core.server] (Thread-14 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:11,358 WARN  [org.apache.activemq.artemis.core.server] (Thread-16 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:11,360 WARN  [org.apache.activemq.artemis.core.server] (Thread-16 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:11,860 WARN  [org.apache.activemq.artemis.core.server] (Thread-15 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:11,861 WARN  [org.apache.activemq.artemis.core.server] (Thread-15 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:12,362 WARN  [org.apache.activemq.artemis.core.server] (Thread-19 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:12,363 WARN  [org.apache.activemq.artemis.core.server] (Thread-19 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:12,863 WARN  [org.apache.activemq.artemis.core.server] (Thread-22 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:12,865 WARN  [org.apache.activemq.artemis.core.server] (Thread-22 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:13,365 WARN  [org.apache.activemq.artemis.core.server] (Thread-21 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:13,366 WARN  [org.apache.activemq.artemis.core.server] (Thread-21 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:13,866 WARN  [org.apache.activemq.artemis.core.server] (Thread-20 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:13,867 WARN  [org.apache.activemq.artemis.core.server] (Thread-20 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:14,368 WARN  [org.apache.activemq.artemis.core.server] (Thread-4 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:14,369 WARN  [org.apache.activemq.artemis.core.server] (Thread-4 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:14,869 WARN  [org.apache.activemq.artemis.core.server] (Thread-24 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:14,870 WARN  [org.apache.activemq.artemis.core.server] (Thread-24 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:15,371 WARN  [org.apache.activemq.artemis.core.server] (Thread-17 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:15,371 WARN  [org.apache.activemq.artemis.core.server] (Thread-17 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:15,872 WARN  [org.apache.activemq.artemis.core.server] (Thread-25 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:15,873 WARN  [org.apache.activemq.artemis.core.server] (Thread-25 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:16,373 WARN  [org.apache.activemq.artemis.core.server] (Thread-28 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:16,374 WARN  [org.apache.activemq.artemis.core.server] (Thread-28 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:16,875 WARN  [org.apache.activemq.artemis.core.server] (Thread-27 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:16,876 WARN  [org.apache.activemq.artemis.core.server] (Thread-27 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:17,376 WARN  [org.apache.activemq.artemis.core.server] (Thread-1 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:17,377 WARN  [org.apache.activemq.artemis.core.server] (Thread-1 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:17,878 WARN  [org.apache.activemq.artemis.core.server] (Thread-2 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:17,879 WARN  [org.apache.activemq.artemis.core.server] (Thread-2 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:18,379 WARN  [org.apache.activemq.artemis.core.server] (Thread-7 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:18,381 WARN  [org.apache.activemq.artemis.core.server] (Thread-7 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:18,881 WARN  [org.apache.activemq.artemis.core.server] (Thread-3 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:18,883 WARN  [org.apache.activemq.artemis.core.server] (Thread-3 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:19,383 WARN  [org.apache.activemq.artemis.core.server] (Thread-5 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:19,384 WARN  [org.apache.activemq.artemis.core.server] (Thread-5 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:19,885 WARN  [org.apache.activemq.artemis.core.server] (Thread-6 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:19,885 WARN  [org.apache.activemq.artemis.core.server] (Thread-6 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:20,386 WARN  [org.apache.activemq.artemis.core.server] (Thread-0 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:20,387 WARN  [org.apache.activemq.artemis.core.server] (Thread-0 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:20,887 WARN  [org.apache.activemq.artemis.core.server] (Thread-9 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:20,887 WARN  [org.apache.activemq.artemis.core.server] (Thread-9 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:21,388 WARN  [org.apache.activemq.artemis.core.server] (Thread-10 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:21,389 WARN  [org.apache.activemq.artemis.core.server] (Thread-10 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:21,890 WARN  [org.apache.activemq.artemis.core.server] (Thread-11 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:21,890 WARN  [org.apache.activemq.artemis.core.server] (Thread-11 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:22,391 WARN  [org.apache.activemq.artemis.core.server] (Thread-13 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:22,392 WARN  [org.apache.activemq.artemis.core.server] (Thread-13 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:22,892 WARN  [org.apache.activemq.artemis.core.server] (Thread-14 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:22,893 WARN  [org.apache.activemq.artemis.core.server] (Thread-16 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:23,393 WARN  [org.apache.activemq.artemis.core.server] (Thread-15 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:23,394 WARN  [org.apache.activemq.artemis.core.server] (Thread-15 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:23,894 WARN  [org.apache.activemq.artemis.core.server] (Thread-18 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:23,896 WARN  [org.apache.activemq.artemis.core.server] (Thread-18 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:24,396 WARN  [org.apache.activemq.artemis.core.server] (Thread-22 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to