[jira] [Commented] (ZOOKEEPER-2014) Only admin should be allowed to reconfig a cluster

2016-11-03 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15635390#comment-15635390 ] Michael Han commented on ZOOKEEPER-2014: Good point on throwing an unchecked e

ZooKeeper-trunk-WinVS2008 - Build # 2313 - Still Failing

2016-11-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-WinVS2008/2313/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 78 lines...] ivy-retrieve: [ivy:retrieve] :: Apa

[jira] [Commented] (ZOOKEEPER-2014) Only admin should be allowed to reconfig a cluster

2016-11-03 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15635265#comment-15635265 ] Benjamin Reed commented on ZOOKEEPER-2014: -- ah that makes sense. i didn't dig

[jira] [Commented] (ZOOKEEPER-2592) Zookeeper is not recoverable once running system( machine on which zookeeper is running) is out of space

2016-11-03 Thread Rakesh R (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15635186#comment-15635186 ] Rakesh R commented on ZOOKEEPER-2592: - Sure, can close this. I'd like to see respo

[jira] [Commented] (ZOOKEEPER-2479) Add 'electionTimeTaken' value in LeaderMXBean and FollowerMXBean

2016-11-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15635085#comment-15635085 ] ASF GitHub Bot commented on ZOOKEEPER-2479: --- Github user rakeshadr commented

[GitHub] zookeeper pull request #98: ZOOKEEPER-2479

2016-11-03 Thread rakeshadr
Github user rakeshadr commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/98#discussion_r86483860 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumPeer.java --- @@ -520,6 +520,12 @@ public synchronized void setCurrentVote(Vote v){

ZooKeeper_branch34_jdk7 - Build # 1282 - Failure

2016-11-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk7/1282/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 223287 lines...] [junit] 2016-11-04 02:34:58,72

[jira] [Commented] (ZOOKEEPER-2509) Secure mode leaks memory

2016-11-03 Thread Yuliya Feldman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15634884#comment-15634884 ] Yuliya Feldman commented on ZOOKEEPER-2509: --- Ping again. It has been 6 weeks

[jira] [Commented] (ZOOKEEPER-2549) As NettyServerCnxn.sendResponse() allows all the exception to bubble up it can stop main ZK requests processing thread

2016-11-03 Thread Yuliya Feldman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15634879#comment-15634879 ] Yuliya Feldman commented on ZOOKEEPER-2549: --- Ping again. It has been about 6

Failed: ZOOKEEPER- PreCommit Build #33

2016-11-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/33/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 27 lines...] Compressing objects

[jira] [Commented] (ZOOKEEPER-2014) Only admin should be allowed to reconfig a cluster

2016-11-03 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15634520#comment-15634520 ] Michael Han commented on ZOOKEEPER-2014: NoNodeException is thrown from within

[jira] [Commented] (ZOOKEEPER-2014) Only admin should be allowed to reconfig a cluster

2016-11-03 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15634422#comment-15634422 ] Benjamin Reed commented on ZOOKEEPER-2014: -- just a curious observer: why are

[jira] [Commented] (ZOOKEEPER-1045) Support Quorum Peer mutual authentication via SASL

2016-11-03 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15634408#comment-15634408 ] Michael Han commented on ZOOKEEPER-1045: [~rakeshr]: Regarding your proposal o

Re: Jenkins issue

2016-11-03 Thread Flavio Junqueira
The last 3 builds failed that way and nothing has changed as far as I know. If it persists, we should open an infra ticket. -Flavio > On 03 Nov 2016, at 19:26, Jordan Zimmerman wrote: > > The pre-build for ZOOKEEPER-1525 is failing with this error. Any ideas? > > BUILD FAILED > /home/jenkins/

Re: Review Request 51546: ZOOKEEPER-2014: Only admin should be allowed to reconfig a cluster

2016-11-03 Thread Michael Han
> On Sept. 27, 2016, 6:37 p.m., Rakesh R wrote: > > src/java/main/org/apache/zookeeper/KeeperException.java, line 317 > > > > > > Do we need @Deprecated constant value? Since we are in 3.5 branch, I > > feel its not

[jira] [Created] (ZOOKEEPER-2627) Remove ZRWSERVERFOUND from C client and replace handle_error with something more semantically explicit for r/w server reconnect.

2016-11-03 Thread Michael Han (JIRA)
Michael Han created ZOOKEEPER-2627: -- Summary: Remove ZRWSERVERFOUND from C client and replace handle_error with something more semantically explicit for r/w server reconnect. Key: ZOOKEEPER-2627 URL: https://issu

Jenkins issue

2016-11-03 Thread Jordan Zimmerman
The pre-build for ZOOKEEPER-1525 is failing with this error. Any ideas? BUILD FAILED /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-Build/build.xml:1580: 'findbugs.home' is not defined. Please pass -Dfindbugs.home=to Ant on the command-line. https://builds.apache.org/job/PreCommit

Failed: ZOOKEEPER-1525 PreCommit Build #3512

2016-11-03 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1525 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3512/ ### ## LAST 60 LINES OF THE CONSOLE ### [

[jira] [Updated] (ZOOKEEPER-1525) Plumb ZooKeeperServer object into auth plugins

2016-11-03 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jordan Zimmerman updated ZOOKEEPER-1525: Attachment: ZOOKEEPER-1525.patch Fix bad tests and findbugs issues > Plumb ZooK

Failed: ZOOKEEPER- PreCommit Build #32

2016-11-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/32/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 27 lines...] Compressing objects

[GitHub] zookeeper pull request #98: ZOOKEEPER-2479

2016-11-03 Thread eribeiro
Github user eribeiro commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/98#discussion_r86415195 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumPeer.java --- @@ -520,6 +520,12 @@ public synchronized void setCurrentVote(Vote v){

[jira] [Commented] (ZOOKEEPER-2479) Add 'electionTimeTaken' value in LeaderMXBean and FollowerMXBean

2016-11-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15633784#comment-15633784 ] ASF GitHub Bot commented on ZOOKEEPER-2479: --- Github user eribeiro commented

ZooKeeper-trunk-solaris - Build # 1371 - Still Failing

2016-11-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-solaris/1371/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 442266 lines...] [junit] 2016-11-03 18:29:38,80

ZooKeeper-trunk-jdk8 - Build # 806 - Still Failing

2016-11-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/806/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 449612 lines...] [junit] at org.apache.zookeep

[jira] [Commented] (ZOOKEEPER-2616) ZK client fails to connect to ReadOnly server

2016-11-03 Thread Benjamin Jaton (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15633610#comment-15633610 ] Benjamin Jaton commented on ZOOKEEPER-2616: --- {code:title=ZookeeperServer.jav

[jira] [Comment Edited] (ZOOKEEPER-2616) ZK client fails to connect to ReadOnly server

2016-11-03 Thread Ryan Zhang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15633569#comment-15633569 ] Ryan Zhang edited comment on ZOOKEEPER-2616 at 11/3/16 5:33 PM:

[jira] [Commented] (ZOOKEEPER-2616) ZK client fails to connect to ReadOnly server

2016-11-03 Thread Ryan Zhang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15633569#comment-15633569 ] Ryan Zhang commented on ZOOKEEPER-2616: --- Can you also paste the logs you added?

[jira] [Commented] (ZOOKEEPER-2479) Add 'electionTimeTaken' value in LeaderMXBean and FollowerMXBean

2016-11-03 Thread Rakesh R (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15633544#comment-15633544 ] Rakesh R commented on ZOOKEEPER-2479: - OK, attached new patch generated from git m

Failed: ZOOKEEPER-2479 PreCommit Build #3511

2016-11-03 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-2479 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3511/ ### ## LAST 60 LINES OF THE CONSOLE ### [

ZooKeeper_branch35_solaris - Build # 305 - Still Failing

2016-11-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_solaris/305/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 445472 lines...] [junit] 2016-11-03 17:15:22,

Failed: ZOOKEEPER-2479 PreCommit Build #3510

2016-11-03 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-2479 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3510/ ### ## LAST 60 LINES OF THE CONSOLE ### [

[jira] [Updated] (ZOOKEEPER-2479) Add 'electionTimeTaken' value in LeaderMXBean and FollowerMXBean

2016-11-03 Thread Rakesh R (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rakesh R updated ZOOKEEPER-2479: Attachment: ZOOKEEPER-2479.patch > Add 'electionTimeTaken' value in LeaderMXBean and FollowerMXB

ZooKeeper-trunk - Build # 3142 - Failure

2016-11-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/3142/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 463949 lines...] [junit] at java.lang.Thread.run(Th

[jira] [Commented] (ZOOKEEPER-2556) peerType remains as "observer" in zoo.cfg even though we change the node from observer to participant runtime

2016-11-03 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15633425#comment-15633425 ] Hudson commented on ZOOKEEPER-2556: --- FAILURE: Integrated in Jenkins build ZooKeeper-

[jira] [Commented] (ZOOKEEPER-2624) Add test script for pull requests

2016-11-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15633361#comment-15633361 ] ASF GitHub Bot commented on ZOOKEEPER-2624: --- Github user fpj commented on th

[GitHub] zookeeper issue #97: ZOOKEEPER-2624: Add test script for pull requests

2016-11-03 Thread fpj
Github user fpj commented on the issue: https://github.com/apache/zookeeper/pull/97 The failure is actually expected because the script contains the `@author` string. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[jira] [Commented] (ZOOKEEPER-2624) Add test script for pull requests

2016-11-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15633358#comment-15633358 ] ASF GitHub Bot commented on ZOOKEEPER-2624: --- Github user fpj commented on a

[jira] [Commented] (ZOOKEEPER-2624) Add test script for pull requests

2016-11-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15633354#comment-15633354 ] ASF GitHub Bot commented on ZOOKEEPER-2624: --- Github user hanm commented on a

[GitHub] zookeeper pull request #97: ZOOKEEPER-2624: Add test script for pull request...

2016-11-03 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/97#discussion_r86386121 --- Diff: src/java/test/bin/test-github-pr.sh --- @@ -0,0 +1,607 @@ +#!/usr/bin/env bash +# Licensed under the Apache License, Version 2.0 (the "Licen

[GitHub] zookeeper pull request #97: ZOOKEEPER-2624: Add test script for pull request...

2016-11-03 Thread fpj
Github user fpj commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/97#discussion_r86386241 --- Diff: src/java/test/bin/test-github-pr.sh --- @@ -0,0 +1,607 @@ +#!/usr/bin/env bash +# Licensed under the Apache License, Version 2.0 (the "Licens

[jira] [Commented] (ZOOKEEPER-2624) Add test script for pull requests

2016-11-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15633352#comment-15633352 ] ASF GitHub Bot commented on ZOOKEEPER-2624: --- Github user fpj commented on a

[GitHub] zookeeper pull request #97: ZOOKEEPER-2624: Add test script for pull request...

2016-11-03 Thread fpj
Github user fpj commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/97#discussion_r86386008 --- Diff: build.xml --- @@ -1622,6 +1623,26 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> + +

[GitHub] zookeeper pull request #97: ZOOKEEPER-2624: Add test script for pull request...

2016-11-03 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/97#discussion_r86384484 --- Diff: build.xml --- @@ -1622,6 +1623,26 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> + +

[jira] [Commented] (ZOOKEEPER-2624) Add test script for pull requests

2016-11-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1562#comment-1562 ] ASF GitHub Bot commented on ZOOKEEPER-2624: --- Github user hanm commented on a

ZooKeeper-trunk-WinVS2008 - Build # 2312 - Still Failing

2016-11-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-WinVS2008/2312/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 78 lines...] ivy-retrieve: [ivy:retrieve] :: Apa

[jira] [Commented] (ZOOKEEPER-2624) Add test script for pull requests

2016-11-03 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15633247#comment-15633247 ] Flavio Junqueira commented on ZOOKEEPER-2624: - The result is correct that

[jira] [Commented] (ZOOKEEPER-2624) Add test script for pull requests

2016-11-03 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15633218#comment-15633218 ] Hadoop QA commented on ZOOKEEPER-2624: -- -1 overall. GitHub Pull Request Build

Failed: ZOOKEEPER- PreCommit Build #31

2016-11-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/31/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 460499 lines...] [exec] +1 te

[jira] [Commented] (ZOOKEEPER-2556) peerType remains as "observer" in zoo.cfg even though we change the node from observer to participant runtime

2016-11-03 Thread Alexander Shraer (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15633196#comment-15633196 ] Alexander Shraer commented on ZOOKEEPER-2556: - Committed. Thanks again Rak

[jira] [Commented] (ZOOKEEPER-2479) Add 'electionTimeTaken' value in LeaderMXBean and FollowerMXBean

2016-11-03 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632978#comment-15632978 ] Flavio Junqueira commented on ZOOKEEPER-2479: - OK, but to be clear, if you

[jira] [Commented] (ZOOKEEPER-2619) Client library reconnecting breaks FIFO client order

2016-11-03 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632972#comment-15632972 ] Flavio Junqueira commented on ZOOKEEPER-2619: - I think it would be a lot l

[jira] [Commented] (ZOOKEEPER-2619) Client library reconnecting breaks FIFO client order

2016-11-03 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632820#comment-15632820 ] Benjamin Reed commented on ZOOKEEPER-2619: -- i would love to see ZOOKEEPER-22

[jira] [Commented] (ZOOKEEPER-2619) Client library reconnecting breaks FIFO client order

2016-11-03 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632811#comment-15632811 ] Benjamin Reed commented on ZOOKEEPER-2619: -- multi will handle some of the use

[jira] [Commented] (ZOOKEEPER-2479) Add 'electionTimeTaken' value in LeaderMXBean and FollowerMXBean

2016-11-03 Thread Rakesh R (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632783#comment-15632783 ] Rakesh R commented on ZOOKEEPER-2479: - bq. It seems zk svn trunk doesn't have the

[jira] [Commented] (ZOOKEEPER-2623) CheckVersion outside of Multi causes NullPointerException

2016-11-03 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632776#comment-15632776 ] Benjamin Reed commented on ZOOKEEPER-2623: -- i agree that we should handle thi

[jira] [Commented] (ZOOKEEPER-2592) Zookeeper is not recoverable once running system( machine on which zookeeper is running) is out of space

2016-11-03 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632763#comment-15632763 ] Benjamin Reed commented on ZOOKEEPER-2592: -- it sounds like we should close th

[jira] [Commented] (ZOOKEEPER-2479) Add 'electionTimeTaken' value in LeaderMXBean and FollowerMXBean

2016-11-03 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632634#comment-15632634 ] Flavio Junqueira commented on ZOOKEEPER-2479: - Yeah, we've switched to git

ZooKeeper-trunk-jdk8 - Build # 805 - Failure

2016-11-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/805/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 462001 lines...] [junit] at sun.nio.ch.SocketC

Failed: ZOOKEEPER- PreCommit Build #30

2016-11-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/30/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 30 lines...] Compressing objects

[jira] [Updated] (ZOOKEEPER-2479) Add 'electionTimeTaken' value in LeaderMXBean and FollowerMXBean

2016-11-03 Thread Rakesh R (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rakesh R updated ZOOKEEPER-2479: Summary: Add 'electionTimeTaken' value in LeaderMXBean and FollowerMXBean (was: Add 'fleTimeTak

ZooKeeper_branch35_openjdk7 - Build # 285 - Failure

2016-11-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/285/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 471433 lines...] [junit] java.net.ConnectExc

ZooKeeper_branch35_jdk7 - Build # 720 - Still Failing

2016-11-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk7/720/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 455413 lines...] [junit] 2016-11-03 09:52:36,658

[jira] [Commented] (ZOOKEEPER-2479) Add 'fleTimeTaken' value in LeaderMXBean and FollowerMXBean

2016-11-03 Thread Rakesh R (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632230#comment-15632230 ] Rakesh R commented on ZOOKEEPER-2479: - [~fpj], It seems [zk svn trunk|https://svn

Failed: ZOOKEEPER- PreCommit Build #29

2016-11-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/29/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 27 lines...] Compressing objects

[jira] [Commented] (ZOOKEEPER-2479) Add 'fleTimeTaken' value in LeaderMXBean and FollowerMXBean

2016-11-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632209#comment-15632209 ] ASF GitHub Bot commented on ZOOKEEPER-2479: --- GitHub user rakeshadr opened a

[GitHub] zookeeper pull request #98: ZOOKEEPER-2479

2016-11-03 Thread rakeshadr
GitHub user rakeshadr opened a pull request: https://github.com/apache/zookeeper/pull/98 ZOOKEEPER-2479 You can merge this pull request into a Git repository by running: $ git pull https://github.com/rakeshadr/zookeeper-1 ZK-2479 Alternatively you can review and apply these c

ZooKeeper-trunk-solaris - Build # 1370 - Still Failing

2016-11-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-solaris/1370/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 439546 lines...] [junit] 2016-11-03 08:21:24,96