Commit 6e0075ea authored by Vincent Pelletier's avatar Vincent Pelletier

Remove a dangling remain of connection message order change.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@767 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent a0c8a7d9
......@@ -122,14 +122,6 @@ class PrimaryBootstrapHandler(BaseHandler):
# Always create partition table
app.pt = PartitionTable(num_partitions, num_replicas)
# Ask a primary master.
conn.lock()
try:
msg_id = conn.ask(protocol.askPrimaryMaster())
self.dispatcher.register(conn, msg_id, app.local_var.queue)
finally:
conn.unlock()
def handleAnswerPrimaryMaster(self, conn, packet, primary_uuid,
known_master_list):
app = self.app
......
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