Commit be0fdfce authored by Vincent Pelletier's avatar Vincent Pelletier

Do not lookup an already known node.

parent acdc6eea
...@@ -146,8 +146,8 @@ class BootstrapManager(EventHandler): ...@@ -146,8 +146,8 @@ class BootstrapManager(EventHandler):
connector_handler()) connector_handler())
# still processing # still processing
em.poll(1) em.poll(1)
node = nm.getByUUID(conn.getUUID()) return (self.current, conn, self.uuid, self.num_partitions,
return (node, conn, self.uuid, self.num_partitions, self.num_replicas) self.num_replicas)
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