[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1240) Reconnect message continually repeated in logs after a node has failed over.
Phillip Thurmond (JIRA)
jira-events at lists.jboss.org
Tue Feb 26 14:37:11 EST 2008
Reconnect message continually repeated in logs after a node has failed over.
----------------------------------------------------------------------------
Key: JBMESSAGING-1240
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1240
Project: JBoss Messaging
Issue Type: Bug
Affects Versions: 1.4.0.SP3_CP01
Reporter: Phillip Thurmond
Assigned To: Tim Fox
To reproduce:
1) bring up a JBM cluster with clustered queues/topics.
2) generate a load against the cluster
3) kill -9 one of the nodes.
4) Transparent failover should occur, but afterwards the following message will be logged every few seconds for the remainder of the time the server is up:
14:27:25,157 WARN [FD] ping_dest is null: members=[172.17.66.89:35329, 172.17.64.89:52972], pingable_mbrs=[172.17.64.89:52972], local_addr=172.17.64.89:52972
14:27:27,143 WARN [LeasePinger] LeasePinger[SocketClientInvoker[1ff335bb, bisocket://172.17.66.89:4457](ai03d-4vcpjz-fd4p7oty-1-fd4p8bdv-a)] failed to ping to server: Can not get connection to server. Problem establishing socket connection for InvokerLocator [bisocket://172.17.66.89:4457/?JBM_clientMaxPoolSize=200&clientLeasePeriod=10000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&timeout=0&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat]
Maybe we need some type of timeout here so that it doesn't try to reconnect forever?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list