[jboss-cvs] JBoss Messaging SVN: r3012 - trunk/src/main/org/jboss/messaging/core/impl/clusterconnection.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 15 04:43:42 EDT 2007


Author: timfox
Date: 2007-08-15 04:43:42 -0400 (Wed, 15 Aug 2007)
New Revision: 3012

Modified:
   trunk/src/main/org/jboss/messaging/core/impl/clusterconnection/MessageSucker.java
Log:
Ignore exception for dead server


Modified: trunk/src/main/org/jboss/messaging/core/impl/clusterconnection/MessageSucker.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/impl/clusterconnection/MessageSucker.java	2007-08-14 17:15:35 UTC (rev 3011)
+++ trunk/src/main/org/jboss/messaging/core/impl/clusterconnection/MessageSucker.java	2007-08-15 08:43:42 UTC (rev 3012)
@@ -232,8 +232,7 @@
 		}
 		catch (Exception e)
 		{
-			//We don't want to propagate up since that might cause failover to abort
-			log.error("Failed to change rate", e);
+			//We ignore the exception - we might fail to change rate when stoping a sucker for a dead server
 		}
 	}
 		




More information about the jboss-cvs-commits mailing list