ZooKeeper_branch35_openjdk7 - Build # 836 - Failure

2018-02-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/836/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 59.81 KB...] [junit] Running

ZooKeeper_branch35_jdk8 - Build # 835 - Still Failing

2018-02-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/835/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 59.93 KB...] [junit] Running

[jira] [Commented] (ZOOKEEPER-2930) Leader cannot be elected due to network timeout of some members.

2018-02-05 Thread Jonathan Oddy (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352198#comment-16352198 ] Jonathan Oddy commented on ZOOKEEPER-2930: -- So, I think what happens is, if the 2nd node in

ZooKeeper-trunk-jdk8 - Build # 1365 - Failure

2018-02-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/1365/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 60.80 KB...] [junit] Tests run: 1, Failures: 0,

Review request for ZOOKEEPER-2845

2018-02-05 Thread Bobby Evans
I was really hoping to get a review for ZOOKEEPER-2845 https://github.com/apache/zookeeper/pull/453 (master) https://github.com/apache/zookeeper/pull/454 (3.5 line) https://github.com/apache/zookeeper/pull/455 (3.4 line) The bug was exposed by changes made in ZOOKEEPER-2678 which went into

[jira] [Assigned] (ZOOKEEPER-1990) suspicious instantiation of java Random instances

2018-02-05 Thread Mark Fenes (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Fenes reassigned ZOOKEEPER-1990: - Assignee: Mark Fenes > suspicious instantiation of java Random instances >

[GitHub] zookeeper pull request #457: ZOOKEEPER-1534: ZookeeperServer now returns Aut...

2018-02-05 Thread craz186
GitHub user craz186 opened a pull request: https://github.com/apache/zookeeper/pull/457 ZOOKEEPER-1534: ZookeeperServer now returns AuthFailed events for SASL cred failures ZookeeperServer previously closed client connections instead of returning AuthFailed events for SASL

[jira] [Commented] (ZOOKEEPER-1534) Zookeeper server do not send Sal authentication failure notification to the client

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352617#comment-16352617 ] ASF GitHub Bot commented on ZOOKEEPER-1534: --- GitHub user craz186 opened a pull request:

Failed: ZOOKEEPER- PreCommit Build #1446

2018-02-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1446/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 77.50 MB...] [exec]

[jira] [Commented] (ZOOKEEPER-2930) Leader cannot be elected due to network timeout of some members.

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352637#comment-16352637 ] ASF GitHub Bot commented on ZOOKEEPER-2930: --- Github user JonathanO commented on a diff in

[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){

Re: ZooKeeper 3.4.11 bug: dataDir and dataLogDir swapped

2018-02-05 Thread Patrick Hunt
This is a good point Andor. I've updated the release page on the website to reflect the regression addressed in ZOOKEEPER-2960 and upcoming fix. Thanks! Patrick On Fri, Feb 2, 2018 at 1:07 AM, Andor Molnar wrote: > Hi all, > > Please be aware that 3.4.11 has a quite

ZooKeeper_branch34_jdk8 - Build # 1286 - Failure

2018-02-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk8/1286/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 10.39 KB...] at

Re: Stable version for SSL/TLS support

2018-02-05 Thread Abraham Fine
Hi Makarand- There are no currently stable versions of ZooKeeper that support SSL and I cannot comment as to when they will be available. To the best of my knowledge there is no ongoing effort to backport TLS support to 3.4. Thanks, Abe On Wed, Jan 24, 2018, at 01:43, Andor Molnar wrote: >

[GitHub] zookeeper pull request #451: ZOOKEEPER-2184: Zookeeper Client should re-reso...

2018-02-05 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/451#discussion_r166105622 --- Diff: src/java/test/org/apache/zookeeper/test/StaticHostProviderTest.java --- @@ -117,8 +116,32 @@ public void testTwoInvalidHostAddresses() {

[GitHub] zookeeper pull request #451: ZOOKEEPER-2184: Zookeeper Client should re-reso...

2018-02-05 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/451#discussion_r166097161 --- Diff: src/java/main/org/apache/zookeeper/client/StaticHostProvider.java --- @@ -6,9 +6,9 @@ * to you under the Apache License, Version 2.0 (the

[GitHub] zookeeper pull request #451: ZOOKEEPER-2184: Zookeeper Client should re-reso...

2018-02-05 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/451#discussion_r166103404 --- Diff: src/java/main/org/apache/zookeeper/client/StaticHostProvider.java --- @@ -58,48 +61,122 @@ public StaticHostProvider(Collection

[jira] [Commented] (ZOOKEEPER-2184) Zookeeper Client should re-resolve hosts when connection attempts fail

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352910#comment-16352910 ] ASF GitHub Bot commented on ZOOKEEPER-2184: --- Github user afine commented on a diff in the

[jira] [Commented] (ZOOKEEPER-2184) Zookeeper Client should re-resolve hosts when connection attempts fail

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352909#comment-16352909 ] ASF GitHub Bot commented on ZOOKEEPER-2184: --- Github user afine commented on a diff in the

[GitHub] zookeeper pull request #451: ZOOKEEPER-2184: Zookeeper Client should re-reso...

2018-02-05 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/451#discussion_r166102194 --- Diff: src/java/main/org/apache/zookeeper/client/StaticHostProvider.java --- @@ -58,48 +61,122 @@ public StaticHostProvider(Collection

[jira] [Commented] (ZOOKEEPER-2184) Zookeeper Client should re-resolve hosts when connection attempts fail

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352908#comment-16352908 ] ASF GitHub Bot commented on ZOOKEEPER-2184: --- Github user afine commented on a diff in the

[jira] [Commented] (ZOOKEEPER-2184) Zookeeper Client should re-resolve hosts when connection attempts fail

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352907#comment-16352907 ] ASF GitHub Bot commented on ZOOKEEPER-2184: --- Github user afine commented on a diff in the