jiajunwang commented on pull request #1072: URL: https://github.com/apache/helix/pull/1072#issuecomment-641631396
1. jute.maxbuffer is a Zookeeper lib configuration, I don't think we need to add additional doc about it. 2. Regarding how to determine the buffer, I think we can just do what we are doing now. Keeping the behavior the same. 3. To avoid confusion, we can do the configuration check when the ZkClient is constructed. Just fail the constructing if the ZK_SERIALIZER_ZNRECORD_WRITE_SIZE_LIMIT_BYTES is configured larger than the ZkClient write limitation. With a clear Exception, users will understand what to do. ---------------------------------------------------------------- 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]
