[GitHub] zookeeper pull request #448: client: do not try to connect to an unreachable...

2018-02-04 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/448#discussion_r165844805 --- Diff: src/java/main/org/apache/zookeeper/client/StaticHostProvider.java --- @@ -107,16 +112,43 @@ public StaticHostProvider(Collection serverAddress

[GitHub] zookeeper pull request #448: client: do not try to connect to an unreachable...

2018-02-04 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/448#discussion_r165844761 --- Diff: src/java/main/org/apache/zookeeper/client/StaticHostProvider.java --- @@ -107,16 +112,43 @@ public StaticHostProvider(Collection serverAddress

[GitHub] zookeeper pull request #448: client: do not try to connect to an unreachable...

2018-02-04 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/448#discussion_r165844811 --- Diff: src/java/main/org/apache/zookeeper/client/StaticHostProvider.java --- @@ -107,16 +112,43 @@ public StaticHostProvider(Collection serverAddress

[GitHub] zookeeper pull request #448: client: do not try to connect to an unreachable...

2018-01-12 Thread kofemann
GitHub user kofemann opened a pull request: https://github.com/apache/zookeeper/pull/448 client: do not try to connect to an unreachable server Motivation: When the client wants to connect to a server it lookups the all IP addresses of servers in the **connectString** and ran