Commit f458178b authored by Yoshinori Okuji's avatar Yoshinori Okuji

Pass app.num_partitions and app.num_replicas to acceptNodeIdentification.

git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@92 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent bcd5a768
......@@ -156,7 +156,8 @@ class OperationEventHandler(StorageEventHandler):
p = Packet()
p.acceptNodeIdentification(packet.getId(), STORAGE_NODE_TYPE,
app.uuid, app.server[0], app.server[1])
app.uuid, app.server[0], app.server[1],
app.num_partitions, app.num_replicas)
conn.addPacket(p)
if node_type == MASTER_NODE_TYPE:
......
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