Failed: ZOOKEEPER- PreCommit Build #1859

2018-06-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1859/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 82.26 MB...] [exec] +1

[jira] [Commented] (ZOOKEEPER-3057) Fix IPv6 literal usage

2018-06-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520913#comment-16520913 ] Hadoop QA commented on ZOOKEEPER-3057: -- -1 overall. GitHub Pull Request Build +1

[jira] [Commented] (ZOOKEEPER-3057) Fix IPv6 literal usage

2018-06-22 Thread Mohamed Jeelani (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520909#comment-16520909 ] Mohamed Jeelani commented on ZOOKEEPER-3057: Pull request submitted - appreciate review

[jira] [Updated] (ZOOKEEPER-3057) Fix IPv6 literal usage

2018-06-22 Thread Mohamed Jeelani (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohamed Jeelani updated ZOOKEEPER-3057: --- Priority: Minor (was: Trivial) > Fix IPv6 literal usage >

[GitHub] zookeeper pull request #548: [ZOOKEEPER-3057] Fix IPv6 literal usage

2018-06-22 Thread mjeelanimsft
GitHub user mjeelanimsft opened a pull request: https://github.com/apache/zookeeper/pull/548 [ZOOKEEPER-3057] Fix IPv6 literal usage This patch contains fixes for IPv6 literal usage and corresponding unit test changes. As per discussion in ZOOKEEPER-3057 - The

[jira] [Updated] (ZOOKEEPER-3057) Fix IPv6 literal usage

2018-06-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3057: -- Labels: pull-request-available (was: ) > Fix IPv6 literal usage >

Re: Should we cut a 3.4.13 release?

2018-06-22 Thread Michael Han
3.4.13 rc0 is out (see the vote thread here ), please try it and vote. On Thu, Jun 21, 2018 at 8:50 PM, Michael Han wrote: > I have limited bandwidth recently so it

[jira] [Assigned] (ZOOKEEPER-2885) zookeeper-3.5.3-beta.tar.gz file in mirror site is corrupted

2018-06-22 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han reassigned ZOOKEEPER-2885: -- Assignee: Michael Han > zookeeper-3.5.3-beta.tar.gz file in mirror site is

[VOTE] Apache ZooKeeper release 3.4.13 candidate 0

2018-06-22 Thread Michael Han
This is a bugfix release candidate for 3.4.13. It fixes 17 issues, including issues such as ZOOKEEPER-2959 that could cause data loss when observer is used, and ZOOKEEPER-2184 that

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

2018-06-22 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2184. Resolution: Fixed again need to temporarily resolve the issue to get the right release

ZooKeeper_branch35_jdk8 - Build # 1013 - Failure

2018-06-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/1013/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 61.88 KB...] [junit] Running

[GitHub] zookeeper pull request #546: ZOOKEEPER-3066 Expose on JMX of Followers the i...

2018-06-22 Thread enixon
Github user enixon commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/546#discussion_r197574036 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumPeer.java --- @@ -2069,4 +2073,9 @@ public QuorumCnxManager createCnxnManager() {

[GitHub] zookeeper issue #547: ZOOKEEPER-3068: Improve C client logging of IPv6 hosts

2018-06-22 Thread enixon
Github user enixon commented on the issue: https://github.com/apache/zookeeper/pull/547 Two java tests failed - the pull request contains no java changes. ---

[GitHub] zookeeper issue #546: ZOOKEEPER-3066 Expose on JMX of Followers the id of th...

2018-06-22 Thread eolivelli
Github user eolivelli commented on the issue: https://github.com/apache/zookeeper/pull/546 @anmolnar I checked the code, in my opinion the *id* inside current vote is the id of what the local peer thinks the leader is. See for instance updateServerState, in which state is

[jira] [Commented] (ZOOKEEPER-3068) Improve C client logging of IPv6 hosts

2018-06-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520696#comment-16520696 ] Hadoop QA commented on ZOOKEEPER-3068: -- -1 overall. GitHub Pull Request Build +1

Failed: ZOOKEEPER- PreCommit Build #1858

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

[jira] [Updated] (ZOOKEEPER-3068) Improve C client logging of IPv6 hosts

2018-06-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3068: -- Labels: pull-request-available (was: ) > Improve C client logging of IPv6 hosts >

[GitHub] zookeeper pull request #547: ZOOKEEPER-3068: Improve C client logging of IPv...

2018-06-22 Thread enixon
GitHub user enixon opened a pull request: https://github.com/apache/zookeeper/pull/547 ZOOKEEPER-3068: Improve C client logging of IPv6 hosts You can merge this pull request into a Git repository by running: $ git pull https://github.com/enixon/zookeeper ZOOKEEPER-3068

[jira] [Created] (ZOOKEEPER-3068) Improve C client logging of IPv6 hosts

2018-06-22 Thread Brian Nixon (JIRA)
Brian Nixon created ZOOKEEPER-3068: -- Summary: Improve C client logging of IPv6 hosts Key: ZOOKEEPER-3068 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3068 Project: ZooKeeper Issue

ZooKeeper_branch34_openjdk7 - Build # 1967 - Still Failing

2018-06-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk7/1967/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 41.08 KB...] [junit] Running

[GitHub] zookeeper pull request #546: ZOOKEEPER-3066 Expose on JMX of Followers the i...

2018-06-22 Thread eolivelli
Github user eolivelli commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/546#discussion_r197497322 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumPeer.java --- @@ -2069,4 +2073,9 @@ public QuorumCnxManager createCnxnManager() {

[GitHub] zookeeper pull request #546: ZOOKEEPER-3066 Expose on JMX of Followers the i...

2018-06-22 Thread eolivelli
Github user eolivelli commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/546#discussion_r197496922 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumPeer.java --- @@ -2069,4 +2073,9 @@ public QuorumCnxManager createCnxnManager() {

Success: ZOOKEEPER- PreCommit Build #1857

2018-06-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1857/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 82.97 MB...] [exec] +1

[jira] [Commented] (ZOOKEEPER-3066) Expose on JMX of Followers the id of the current leader

2018-06-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520526#comment-16520526 ] Hadoop QA commented on ZOOKEEPER-3066: -- +1 overall. GitHub Pull Request Build +1

[GitHub] zookeeper pull request #546: ZOOKEEPER-3066 Expose on JMX of Followers the i...

2018-06-22 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/546#discussion_r197484891 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumPeer.java --- @@ -2069,4 +2073,9 @@ public QuorumCnxManager createCnxnManager() {

[GitHub] zookeeper pull request #546: ZOOKEEPER-3066 Expose on JMX of Followers the i...

2018-06-22 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/546#discussion_r197485176 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumPeer.java --- @@ -2069,4 +2073,9 @@ public QuorumCnxManager createCnxnManager() {

Success: ZOOKEEPER- PreCommit Build #1856

2018-06-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1856/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 86.19 MB...] [exec] +1

[jira] [Commented] (ZOOKEEPER-236) SSL Support for Atomic Broadcast protocol

2018-06-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520501#comment-16520501 ] Hadoop QA commented on ZOOKEEPER-236: - +1 overall. GitHub Pull Request Build +1

[GitHub] zookeeper issue #546: ZOOKEEPER-3066 Expose on JMX of Followers the id of th...

2018-06-22 Thread eolivelli
Github user eolivelli commented on the issue: https://github.com/apache/zookeeper/pull/546 @anmolnar test is clean now. please also cherry pick to 3.5 branch. I am using that version ---

[GitHub] zookeeper issue #541: ZOOKEEPER-3059 EventThread leak in case of Sasl AuthFa...

2018-06-22 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/541 Got it. Let's trigger a green build and I'll commit. ---

[GitHub] zookeeper issue #184: ZOOKEEPER-236: SSL Support for Atomic Broadcast protoc...

2018-06-22 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/184 Added the 2 main properties to JMX as read-only properties. About renaming: looks like that these 2 properties are slightly different from the others. Rest of the new settings have been

Failed: ZOOKEEPER- PreCommit Build #1855

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

[jira] [Commented] (ZOOKEEPER-236) SSL Support for Atomic Broadcast protocol

2018-06-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520457#comment-16520457 ] Hadoop QA commented on ZOOKEEPER-236: - -1 overall. GitHub Pull Request Build +1

[GitHub] zookeeper issue #546: ZOOKEEPER-3066 Expose on JMX of Followers the id of th...

2018-06-22 Thread eolivelli
Github user eolivelli commented on the issue: https://github.com/apache/zookeeper/pull/546 @anmolnar I see with your point. Will update the patch soon ---

[GitHub] zookeeper issue #541: ZOOKEEPER-3059 EventThread leak in case of Sasl AuthFa...

2018-06-22 Thread abhishek-chouhan
Github user abhishek-chouhan commented on the issue: https://github.com/apache/zookeeper/pull/541 @anmolnar The second one happens when zooKeeperSaslClient.initialize(ClientCnxn.this) throws an sasl exception, which from the code looks like can happen in case of incomplete

[GitHub] zookeeper issue #184: ZOOKEEPER-236: SSL Support for Atomic Broadcast protoc...

2018-06-22 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/184 @ivmaykov Alright. :) Wrapping up the outstanding items: - config options renaming, - exposing JMX properties Hope I didn't miss anything. ---

ZooKeeper_branch34 - Build # 2388 - Still Failing

2018-06-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34/2388/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 28.73 KB...] [exec] Total time: 0 minutes 14

[GitHub] zookeeper issue #546: ZOOKEEPER-3066 Expose on JMX of Followers the id of th...

2018-06-22 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/546 Thank you for the quick turnaround @eolivelli . Mockito unit test is cool, exactly what I meant to. I think it's okay to validate the existence of JMX property in the existing test

[GitHub] zookeeper issue #541: ZOOKEEPER-3059 EventThread leak in case of Sasl AuthFa...

2018-06-22 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/541 @abhishek-chouhan No problem, your test looking good. You've added `eventOfDeath` to 2 places in the code: line 824 and line 1168: When I remove 824, your test will fail which is good. But if

Success: ZOOKEEPER- PreCommit Build #1854

2018-06-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1854/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 77.28 MB...] [exec] +1

[jira] [Commented] (ZOOKEEPER-3066) Expose on JMX of Followers the id of the current leader

2018-06-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520279#comment-16520279 ] Hadoop QA commented on ZOOKEEPER-3066: -- +1 overall. GitHub Pull Request Build +1

[GitHub] zookeeper issue #546: ZOOKEEPER-3066 Expose on JMX of Followers the id of th...

2018-06-22 Thread eolivelli
Github user eolivelli commented on the issue: https://github.com/apache/zookeeper/pull/546 @anmolnar @nkalmar @ivankelly Thank you all for helping me with this patch. I have added a bunch of Mockito based tests. About the existing test..I have only added a check

Success: ZOOKEEPER- PreCommit Build #1853

2018-06-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1853/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 81.81 MB...] [exec] +1

[jira] [Commented] (ZOOKEEPER-3066) Expose on JMX of Followers the id of the current leader

2018-06-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520264#comment-16520264 ] Hadoop QA commented on ZOOKEEPER-3066: -- +1 overall. GitHub Pull Request Build +1

ZooKeeper_branch34_jdk8 - Build # 1437 - Still Failing

2018-06-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk8/1437/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 40.15 KB...] [junit] Running

Re: Recent ZK Jenkins failures due to SSL protocol changes on central

2018-06-22 Thread Andor Molnar
+1, drop JDK 1.6 support Andor On Fri, Jun 22, 2018 at 5:53 AM, Michael Han wrote: > +1 on dropping JDK 1.6 support for branch-3.4. > > On Thu, Jun 21, 2018 at 3:55 PM, Brian Nixon > wrote: > > > +1 for discontinuing support for jdk1.6 > > > > > > On Thu, Jun 21, 2018 at 7:58 AM, Norbert

[GitHub] zookeeper pull request #546: ZOOKEEPER-3066 Expose on JMX of Followers the i...

2018-06-22 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/546#discussion_r197395687 --- Diff: src/java/test/org/apache/zookeeper/server/quorum/RemotePeerBeanTest.java --- @@ -36,7 +36,7 @@ public void

[GitHub] zookeeper pull request #546: ZOOKEEPER-3066 Expose on JMX of Followers the i...

2018-06-22 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/546#discussion_r197403323 --- Diff: src/java/test/org/apache/zookeeper/test/HierarchicalQuorumTest.java --- @@ -226,38 +227,108 @@ void startServers(boolean withObservers) throws

ZooKeeper_branch34 - Build # 2387 - Still Failing

2018-06-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34/2387/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 28.74 KB...] [exec] Total time: 0 minutes 13

ZooKeeper_branch34_jdk8 - Build # 1436 - Failure

2018-06-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk8/1436/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 40.19 KB...] [junit] Running

Failed: ZOOKEEPER-1816 PreCommit Build #3695

2018-06-22 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1816 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3695/ ### ## LAST 60 LINES OF THE CONSOLE ###

Failed: ZOOKEEPER-832 PreCommit Build #3694

2018-06-22 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-832 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3694/ ### ## LAST 60 LINES OF THE CONSOLE ###