[GitHub] zookeeper pull request #614: ZOOKEEPER-3136 Reduce log in ClientBase in case...

2018-09-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zookeeper/pull/614 ---

[GitHub] zookeeper pull request #614: ZOOKEEPER-3136 Reduce log in ClientBase in case...

2018-09-01 Thread eolivelli
Github user eolivelli commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/614#discussion_r214507696 --- Diff: src/java/test/org/apache/zookeeper/test/ClientBase.java --- @@ -287,6 +288,9 @@ public static boolean waitForServerUp(String hp, long timeout,

[GitHub] zookeeper pull request #614: ZOOKEEPER-3136 Reduce log in ClientBase in case...

2018-09-01 Thread maoling
Github user maoling commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/614#discussion_r214506993 --- Diff: src/java/test/org/apache/zookeeper/test/ClientBase.java --- @@ -287,6 +288,9 @@ public static boolean waitForServerUp(String hp, long timeout, b

[GitHub] zookeeper pull request #614: ZOOKEEPER-3136 Reduce log in ClientBase in case...

2018-08-31 Thread eolivelli
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. Yo