[hornetq-commits] JBoss hornetq SVN: r11580 - 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
Fri Oct 21 17:41:59 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-10-21 17:41:59 -0400 (Fri, 21 Oct 2011)
New Revision: 11580

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionBridge.java
Log:
fixing tests

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionBridge.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionBridge.java	2011-10-21 19:26:04 UTC (rev 11579)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionBridge.java	2011-10-21 21:41:59 UTC (rev 11580)
@@ -339,7 +339,7 @@
       if (permanently)
       {
          log.debug("cluster node for bridge " + this.getName() + " is permanently down");
-         discoveryLocator.notifyNodeDown(targetNodeEventUID+1, targetNodeID);
+         discoveryLocator.notifyNodeDown(System.currentTimeMillis(), targetNodeID);
       }
 
    }



More information about the hornetq-commits mailing list