[Neo-report] r2193 gregory - /trunk/neo/storage/replicator.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 4 10:53:11 CEST 2010


Author: gregory
Date: Wed Aug  4 10:53:11 2010
New Revision: 2193

Log:
Clear partition_dict when replicator is reseted.

Modified:
    trunk/neo/storage/replicator.py

Modified: trunk/neo/storage/replicator.py
==============================================================================
--- trunk/neo/storage/replicator.py [iso-8859-1] (original)
+++ trunk/neo/storage/replicator.py [iso-8859-1] Wed Aug  4 10:53:11 2010
@@ -101,6 +101,7 @@ class Replicator(object):
         self.waiting_for_unfinished_tids = False
         self.unfinished_tid_list = None
         self.replication_done = True
+        self.partition_dict = {}
 
     def _getOutdatedPartitionList(self):
         app = self.app





More information about the Neo-report mailing list