kezhuw opened a new pull request, #2249: URL: https://github.com/apache/zookeeper/pull/2249
The restriction of maxCnxns may not be accurate due to concurrent races, say concurrent accepting. This is totally fine and not worth to make it accurate due to possible negative effects. This commit circumvents this by connecting to each server maxCnxns times. -- 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. To unsubscribe, e-mail: notifications-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org