Author: clebert.suconic(a)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())
{
Show replies by date