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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jun 14 01:13:03 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-06-14 01:13:03 -0400 (Tue, 14 Jun 2011)
New Revision: 10797

Modified:
   branches/Branch_2_2_EAP-cluster-cleanup/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java
Log:
Adding TODO comment

Modified: branches/Branch_2_2_EAP-cluster-cleanup/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java
===================================================================
--- branches/Branch_2_2_EAP-cluster-cleanup/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java	2011-06-14 05:08:28 UTC (rev 10796)
+++ branches/Branch_2_2_EAP-cluster-cleanup/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java	2011-06-14 05:13:03 UTC (rev 10797)
@@ -736,6 +736,11 @@
          {
             // We need to close the session outside of the lock,
             // so any pending operation will be canceled right away
+            
+            // TODO: Why closing the CSF will make a few clustering and failover tests to 
+            //       either deadlock or take forever on waiting 
+            //       locks
+            //csf.close();
             csf = null;
             if (session != null)
             {



More information about the hornetq-commits mailing list