GitHub user eolivelli opened a pull request: https://github.com/apache/zookeeper/pull/614
ZOOKEEPER-3136 Reduce log in ClientBase in case of ConnectException Do not log stacktraces of a very common error during the execution of tests, that is while waiting for a server to start. You can merge this pull request into a Git repository by running: $ git pull https://github.com/eolivelli/zookeeper fix/ZOOKEEPER-3136-noisy-log Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/614.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #614 ---- commit 3e1fe86de944edb97bc560c116be2e32bbadee1b Author: Enrico Olivelli <eolivelli@...> Date: 2018-08-31T22:42:05Z ZOOKEEPER-3136 Reduce log in ClientBase in case of ConnectException ---- ---