[hornetq-commits] JBoss hornetq SVN: r11172 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 9 16:08:58 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-08-09 16:08:58 -0400 (Tue, 09 Aug 2011)
New Revision: 11172

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterManagerImpl.java
Log:
fixing a deadlock found on the testsuite

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterManagerImpl.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterManagerImpl.java	2011-08-09 19:29:50 UTC (rev 11171)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterManagerImpl.java	2011-08-09 20:08:58 UTC (rev 11172)
@@ -378,6 +378,8 @@
          backup = false;
 
          String nodeID = server.getNodeID().toString();
+         
+         topology.setExecutor(executor);
 
          TopologyMember member = topology.getMember(nodeID);
          //swap backup as live and send it to everybody



More information about the hornetq-commits mailing list