[GitHub] zookeeper pull request #456: ZOOKEEPER-2930: Leader cannot be elected due to...

2018-02-02 Thread JonathanO
GitHub user JonathanO opened a pull request: https://github.com/apache/zookeeper/pull/456 ZOOKEEPER-2930: Leader cannot be elected due to network timeout of some members. Move sock.connect() into the async connection worker thread. Use initiateConnectionAsync for all

[GitHub] zookeeper pull request #456: ZOOKEEPER-2930: Leader cannot be elected due to...

2018-02-05 Thread JonathanO
Github user JonathanO commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/456#discussion_r166036745 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumCnxManager.java --- @@ -689,15 +669,15 @@ synchronized void connectOne(long sid

[GitHub] zookeeper pull request #465: ZOOKEEPER-2930: Leader cannot be elected due to...

2018-02-15 Thread JonathanO
GitHub user JonathanO opened a pull request: https://github.com/apache/zookeeper/pull/465 ZOOKEEPER-2930: Leader cannot be elected due to network timeout of some members. Backported to 3.4 from the ZOOKEEPER-2930 branch. Move sock.connect() into the async connection worker

[GitHub] zookeeper pull request #456: ZOOKEEPER-2930: Leader cannot be elected due to...

2018-02-22 Thread JonathanO
Github user JonathanO commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/456#discussion_r169910520 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumCnxManager.java --- @@ -318,76 +318,167 @@ public Thread newThread(Runnable r

[GitHub] zookeeper issue #456: ZOOKEEPER-2930: Leader cannot be elected due to networ...

2018-07-11 Thread JonathanO
Github user JonathanO commented on the issue: https://github.com/apache/zookeeper/pull/456 Rebased on top of latest master. ---

[GitHub] zookeeper pull request #456: ZOOKEEPER-2930: Leader cannot be elected due to...

2018-03-07 Thread JonathanO
Github user JonathanO commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/456#discussion_r172802731 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumCnxManager.java --- @@ -318,76 +318,167 @@ public Thread newThread(Runnable r