ZooKeeper_branch35_openjdk7 - Build # 611 - Still Failing

2017-07-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/611/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 67.72 MB...] [junit] 2017-07-25

ZooKeeper-trunk - Build # 3475 - Still Failing

2017-07-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/3475/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 64.96 MB...] [junit] at

[jira] [Commented] (ZOOKEEPER-2770) ZooKeeper slow operation log

2017-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16099515#comment-16099515 ] ASF GitHub Bot commented on ZOOKEEPER-2770: --- Github user karanmehta93 commented on the

[GitHub] zookeeper issue #307: ZOOKEEPER-2770 ZooKeeper slow operation log

2017-07-24 Thread karanmehta93
Github user karanmehta93 commented on the issue: https://github.com/apache/zookeeper/pull/307 @hanm @eribeiro @tdunning I have fixed the whitespace issues and final patch is ready, Please review whenever convenient. --- If your project is set up for it, you can reply to this

Success: ZOOKEEPER- PreCommit Build #899

2017-07-24 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/899/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 34.62 MB...] [exec]

[jira] [Commented] (ZOOKEEPER-2829) Interface usability / compatibility improvements through Java annotation.

2017-07-24 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16099503#comment-16099503 ] Hadoop QA commented on ZOOKEEPER-2829: -- +1 overall. GitHub Pull Request Build +1

Failed: ZOOKEEPER- PreCommit Build #897

2017-07-24 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/897/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 3.25 KB...] [exec] Pull request

Failed: ZOOKEEPER- PreCommit Build #898

2017-07-24 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/898/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 3.30 KB...] [exec]

[jira] [Commented] (ZOOKEEPER-2829) Interface usability / compatibility improvements through Java annotation.

2017-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16099242#comment-16099242 ] ASF GitHub Bot commented on ZOOKEEPER-2829: --- GitHub user afine opened a pull request:

[GitHub] zookeeper pull request #317: ZOOKEEPER-2829: Interface usability / compatibi...

2017-07-24 Thread afine
GitHub user afine opened a pull request: https://github.com/apache/zookeeper/pull/317 ZOOKEEPER-2829: Interface usability / compatibility improvements through Java annotation. See https://github.com/apache/zookeeper/pull/316 You can merge this pull request into a Git repository by

[jira] [Commented] (ZOOKEEPER-2829) Interface usability / compatibility improvements through Java annotation.

2017-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16099209#comment-16099209 ] ASF GitHub Bot commented on ZOOKEEPER-2829: --- GitHub user afine opened a pull request:

[GitHub] zookeeper pull request #316: ZOOKEEPER-2829: Interface usability / compatibi...

2017-07-24 Thread afine
GitHub user afine opened a pull request: https://github.com/apache/zookeeper/pull/316 ZOOKEEPER-2829: Interface usability / compatibility improvements through Java annotation. This patch uses Apache Yetus audience annotations to label our publicly available interfaces and then

[jira] [Assigned] (ZOOKEEPER-2855) Rebooting a Joined Node Failed Due The Joined Node Previously Failed to Update Its Configuration Correctly

2017-07-24 Thread Alexander Shraer (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Shraer reassigned ZOOKEEPER-2855: --- Assignee: Alexander Shraer > Rebooting a Joined Node Failed Due The

[jira] [Commented] (ZOOKEEPER-2577) Flaky Test: org.apache.zookeeper.server.quorum.ReconfigDuringLeaderSyncTest.testDuringLeaderSync

2017-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16099113#comment-16099113 ] ASF GitHub Bot commented on ZOOKEEPER-2577: --- Github user hanm commented on a diff in the

[jira] [Commented] (ZOOKEEPER-2855) Rebooting a Joined Node Failed Due The Joined Node Previously Failed to Update Its Configuration Correctly

2017-07-24 Thread Alexander Shraer (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16099109#comment-16099109 ] Alexander Shraer commented on ZOOKEEPER-2855: - Thanks Jeffrey for finding this issue.

[GitHub] zookeeper pull request #315: ZOOKEEPER-2577: Fix flaky testDuringLeaderSync ...

2017-07-24 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/315#discussion_r129150747 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumPeer.java --- @@ -1451,7 +1452,12 @@ public synchronized void

[jira] [Commented] (ZOOKEEPER-2577) Flaky Test: org.apache.zookeeper.server.quorum.ReconfigDuringLeaderSyncTest.testDuringLeaderSync

2017-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16099097#comment-16099097 ] ASF GitHub Bot commented on ZOOKEEPER-2577: --- Github user shralex commented on a diff in the

[GitHub] zookeeper pull request #315: ZOOKEEPER-2577: Fix flaky testDuringLeaderSync ...

2017-07-24 Thread shralex
Github user shralex commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/315#discussion_r129148693 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumPeer.java --- @@ -1451,7 +1452,12 @@ public synchronized void

[jira] [Updated] (ZOOKEEPER-2855) Rebooting a Joined Node Failed Due The Joined Node Previously Failed to Update Its Configuration Correctly

2017-07-24 Thread Jeffrey F. Lukman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey F. Lukman updated ZOOKEEPER-2855: - Description: We are testing our distributed system model checking (DMCK) by

[jira] [Updated] (ZOOKEEPER-2855) Rebooting a Joined Node Failed Due The Joined Node Previously Failed to Update Its Configuration Correctly

2017-07-24 Thread Jeffrey F. Lukman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey F. Lukman updated ZOOKEEPER-2855: - Attachment: ZK-2855.pdf > Rebooting a Joined Node Failed Due The Joined Node

[jira] [Created] (ZOOKEEPER-2855) Rebooting a Joined Node Failed Due The Joined Node Previously Failed to Update Its Configuration Correctly

2017-07-24 Thread Jeffrey F. Lukman (JIRA)
Jeffrey F. Lukman created ZOOKEEPER-2855: Summary: Rebooting a Joined Node Failed Due The Joined Node Previously Failed to Update Its Configuration Correctly Key: ZOOKEEPER-2855 URL:

[jira] [Commented] (ZOOKEEPER-2792) [QP MutualAuth]: Port ZOOKEEPER-1045 implementation from branch-3.4 to branch-3.5

2017-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16098890#comment-16098890 ] ASF GitHub Bot commented on ZOOKEEPER-2792: --- Github user hanm closed the pull request at:

[jira] [Commented] (ZOOKEEPER-2792) [QP MutualAuth]: Port ZOOKEEPER-1045 implementation from branch-3.4 to branch-3.5

2017-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16098889#comment-16098889 ] ASF GitHub Bot commented on ZOOKEEPER-2792: --- Github user hanm commented on the issue:

[GitHub] zookeeper pull request #272: ZOOKEEPER-2792: Port ZOOKEEPER-1045 implementat...

2017-07-24 Thread hanm
Github user hanm closed the pull request at: https://github.com/apache/zookeeper/pull/272 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] zookeeper issue #272: ZOOKEEPER-2792: Port ZOOKEEPER-1045 implementation fro...

2017-07-24 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/272 Thanks @rakeshadr for review. Committed to branch-3.5 with 5a29daedeb5ac7e9e2af87ce1a7bbfad230d5c86. --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Resolved] (ZOOKEEPER-2792) [QP MutualAuth]: Port ZOOKEEPER-1045 implementation from branch-3.4 to branch-3.5

2017-07-24 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2792. Resolution: Fixed Fix Version/s: (was: 3.6.0) Issue resolved by pull request

[jira] [Created] (ZOOKEEPER-2854) fatjar invalid, contains incomplete signature

2017-07-24 Thread fragfutter (JIRA)
fragfutter created ZOOKEEPER-2854: - Summary: fatjar invalid, contains incomplete signature Key: ZOOKEEPER-2854 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2854 Project: ZooKeeper

ZooKeeper_branch35_jdk8 - Build # 610 - Still Failing

2017-07-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/610/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 66.47 MB...] [junit] 2017-07-24 12:28:41,948

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

2017-07-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/1139/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 58.32 MB...] [junit] 2017-07-24 12:05:21,090

ZooKeeper_branch35_openjdk7 - Build # 610 - Still Failing

2017-07-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/610/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 64.88 MB...] [junit] 2017-07-24

ZooKeeper_branch35_jdk7 - Build # 1053 - Still Failing

2017-07-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk7/1053/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 67.31 MB...] [junit] 2017-07-24 09:06:49,221