[hornetq-commits] JBoss hornetq SVN: r11376 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Sep 20 11:11:35 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-09-20 11:11:34 -0400 (Tue, 20 Sep 2011)
New Revision: 11376

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java
Log:
fixing tests

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java	2011-09-20 14:43:22 UTC (rev 11375)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java	2011-09-20 15:11:34 UTC (rev 11376)
@@ -1288,7 +1288,7 @@
          log.debug("nodeDown " + this + " nodeID=" + nodeID + " as being down", new Exception("trace"));
       }
       
-      if (!(isClusterConnection() && nodeID.equals(this.getNodeID())) && topology.removeMember(eventTime, nodeID))
+      if (topology.removeMember(eventTime, nodeID))
       {
          if (topology.isEmpty())
          {



More information about the hornetq-commits mailing list