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

Set the UUID on the connection to ensure good log message because UUID was

missing on tracked packets.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@881 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent c84b66ca
......@@ -46,8 +46,8 @@ class ReplicationHandler(BaseStorageHandler):
def handleAcceptNodeIdentification(self, conn, packet, node_type,
uuid, address, num_partitions, num_replicas, your_uuid):
# Nothing to do.
pass
# set the UUID on the connection
conn.setUUID(uuid)
def handleAnswerTIDs(self, conn, packet, tid_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