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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 1 02:33:16 EDT 2010


Author: gaohoward
Date: 2010-04-01 02:33:15 -0400 (Thu, 01 Apr 2010)
New Revision: 7999

Modified:
   branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/postoffice/MessagingPostOffice.java
Log:
JBMESSAGING-1796


Modified: branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/postoffice/MessagingPostOffice.java
===================================================================
--- branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/postoffice/MessagingPostOffice.java	2010-03-31 07:37:28 UTC (rev 7998)
+++ branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/postoffice/MessagingPostOffice.java	2010-04-01 06:33:15 UTC (rev 7999)
@@ -380,8 +380,10 @@
       
       if (clustered)
       {
-	      groupMember.start();
+         stopUpdate = false;
 
+         groupMember.start();
+
 	      //Sanity check - we check there aren't any other nodes already in the cluster with the same node id
 	      if (knowAboutNodeId(thisNodeID))
 	      {




More information about the jboss-cvs-commits mailing list