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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 30 13:51:05 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-08-30 13:51:05 -0400 (Tue, 30 Aug 2011)
New Revision: 11245

Modified:
   branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/client/impl/Topology.java
Log:
just a tweak for my tests

Modified: branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/client/impl/Topology.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/client/impl/Topology.java	2011-08-30 17:13:32 UTC (rev 11244)
+++ branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/client/impl/Topology.java	2011-08-30 17:51:05 UTC (rev 11245)
@@ -163,11 +163,11 @@
    public boolean updateMember(final long uniqueEventID, final String nodeId, final TopologyMember memberInput)
    {
       
-      if (memberInput.getConnector().a == null && memberInput.getConnector().b != null)
-      {
-         updateBackup(nodeId, memberInput);
-         return true;
-      }
+//      if (memberInput.getConnector().a == null && memberInput.getConnector().b != null)
+//      {
+//         updateBackup(nodeId, memberInput);
+//         return true;
+//      }
 
       Long deleteTme = mapDelete.get(nodeId);
       if (deleteTme != null && uniqueEventID < deleteTme)



More information about the hornetq-commits mailing list