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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Aug 10 12:57:38 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-08-10 12:57:38 -0400 (Wed, 10 Aug 2011)
New Revision: 11184

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/protocol/core/impl/CoreProtocolManager.java
Log:
another possible deadlock from the testsuite after my last changes

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/protocol/core/impl/CoreProtocolManager.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/protocol/core/impl/CoreProtocolManager.java	2011-08-10 16:10:06 UTC (rev 11183)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/protocol/core/impl/CoreProtocolManager.java	2011-08-10 16:57:38 UTC (rev 11184)
@@ -118,7 +118,7 @@
 
                final ClusterTopologyListener listener = new ClusterTopologyListener()
                {
-                  Executor executor = server.getThreadPool();
+                  Executor executor = server.getExecutorFactory().getExecutor();
 
                   public void nodeUP(final String nodeID,
                                      final Pair<TransportConfiguration, TransportConfiguration> connectorPair,



More information about the hornetq-commits mailing list