[jboss-cvs] JBoss Messaging SVN: r8192 - branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 24 10:34:04 EST 2011


Author: gaohoward
Date: 2011-01-24 10:34:03 -0500 (Mon, 24 Jan 2011)
New Revision: 8192

Modified:
   branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice/MessagingPostOffice.java
Log:
save


Modified: branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice/MessagingPostOffice.java
===================================================================
--- branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice/MessagingPostOffice.java	2011-01-24 15:14:34 UTC (rev 8191)
+++ branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice/MessagingPostOffice.java	2011-01-24 15:34:03 UTC (rev 8192)
@@ -1573,10 +1573,6 @@
       
          log.debug(this + " the failover node for the crashed node is " + fnodeID);
          
-         ClusterNotification notification = new ClusterNotification(ClusterNotification.TYPE_NODE_LEAVE, leftNodeID.intValue(), null);
-         
-         clusterNotifier.sendNotification(notification);
-         
          //if its failover node is not in the new failoverMap, that means its failover node is quarantined with it
          Integer ffNode = (Integer)failoverMap.get(fnodeID);
          Integer currentFNode;



More information about the jboss-cvs-commits mailing list