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

Add a XXX comment.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@951 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent d2aed947
......@@ -138,6 +138,8 @@ class Application(object):
# passive handler
self.master_conn.setHandler(MasterEventHandler(self))
# XXX: Use an initialization module to ensure all nodes and the whole
# partition table are received before process neoctl requests.
self.master_conn.ask(protocol.askNodeInformation())
self.master_conn.ask(protocol.askPartitionTable([]))
......
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