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