pkuwm commented on pull request #1526:
URL: https://github.com/apache/helix/pull/1526#issuecomment-747849827


   This PR is ready to be merged, approved by @jiajunwang 
   
   If a node has many children and the packet length exceeds the network buffer 
limit, the ZkClient's getChildren operation will fail. There are some cases 
that users will expect to fetch all the children successfully. Pagination could 
be used to support this feature. It requires the native zk to have the 
paginated getChildren API.
   
   This uses reflection to determine whether or not getChildren should use the 
native zk pagination api.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to