[Neo-report] r2307 gregory - /trunk/neo/master/recovery.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 23 17:00:17 CEST 2010


Author: gregory
Date: Thu Sep 23 17:00:17 2010
New Revision: 2307

Log:
No needs to set the partition table id here.

PT's make() will override it right after.

Modified:
    trunk/neo/master/recovery.py

Modified: trunk/neo/master/recovery.py
==============================================================================
--- trunk/neo/master/recovery.py [iso-8859-1] (original)
+++ trunk/neo/master/recovery.py [iso-8859-1] Thu Sep 23 17:00:17 2010
@@ -98,7 +98,6 @@ class RecoveryManager(MasterHandler):
         # resert IDs generators
         self.app.tm.setLastOID(ZERO_OID)
         # build the partition with this node
-        pt.setID(ZERO_TID)
         pt.make(node_list)
 
     def connectionLost(self, conn, new_state):





More information about the Neo-report mailing list