From 8a61d84e65210ba2028f130fa4c63ba1608c82c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Wisniewski?= <gregory@nexedi.com> Date: Wed, 4 Aug 2010 08:53:11 +0000 Subject: [PATCH] Clear partition_dict when replicator is reseted. git-svn-id: https://svn.erp5.org/repos/neo/trunk@2193 71dcc9de-d417-0410-9af5-da40c76e7ee4 --- neo/storage/replicator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/neo/storage/replicator.py b/neo/storage/replicator.py index 3ac9ee1e..5e321ca4 100644 --- a/neo/storage/replicator.py +++ b/neo/storage/replicator.py @@ -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 -- 2.30.9