Peter Szecsi created ZOOKEEPER-3374:
---------------------------------------
Summary: Use GetChildrenList in the BFS utility
Key: ZOOKEEPER-3374
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3374
Project: ZooKeeper
Issue Type: Improvement
Components: java client
Affects Versions: 3.6.0
Reporter: Peter Szecsi
Assignee: Peter Szecsi
The multi-version of getChildren function allows us to traverse a tree using
fewer requests to the server. At the moment, the number of requests for
traversal is the same as the number of nodes, however, this can be changed to
only use up as many requests as the height of the tree.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)