Commit ce1574c1 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Since the startup/recovery cluster process is now manually handled, we don't

care about greater IDs received in service state, we don't have to receive this
packet.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1114 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent c9d2c07b
......@@ -80,13 +80,6 @@ class StorageServiceHandler(BaseServiceHandler):
# What is this?
pass
def handleAnswerLastIDs(self, conn, packet, loid, ltid, lptid):
app = self.app
# If I get a bigger value here, it is dangerous.
if app.loid < loid or app.ltid < ltid or app.pt.getID() < lptid:
logging.critical('got later information in service')
raise OperationFailure
def handleNotifyPartitionChanges(self, conn, packet, ptid, cell_list):
# This should be sent when a cell becomes up-to-date because
# a replication has finished.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment