Success: ZOOKEEPER- PreCommit Build #1892

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

[jira] [Commented] (ZOOKEEPER-3079) Fix unsafe use of sprintf(3) for creating IP address strings

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

[jira] [Commented] (ZOOKEEPER-3079) Fix unsafe use of sprintf(3) for creating IP address strings

2018-07-03 Thread Kent R. Spillner (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16531924#comment-16531924 ] Kent R. Spillner commented on ZOOKEEPER-3079: - Created GitHub PR: 

[jira] [Updated] (ZOOKEEPER-3079) Fix unsafe use of sprintf(3) for creating IP address strings

2018-07-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3079: -- Labels: pull-request-available (was: ) > Fix unsafe use of sprintf(3) for

[GitHub] zookeeper pull request #559: ZOOKEEPER-3079: avoid unsafe use of sprintf(3)

2018-07-03 Thread sl4mmy
GitHub user sl4mmy opened a pull request: https://github.com/apache/zookeeper/pull/559 ZOOKEEPER-3079: avoid unsafe use of sprintf(3) The function format_endpoint_info declares both addrstr and buf as 128 element char arrays, however on non-Windows platforms it calls

Success: ZOOKEEPER- PreCommit Build #1891

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

[jira] [Commented] (ZOOKEEPER-3078) Remove unused print_completion_queue function

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

[jira] [Created] (ZOOKEEPER-3079) Fix unsafe use of sprintf(3) for creating IP address strings

2018-07-03 Thread Kent R. Spillner (JIRA)
Kent R. Spillner created ZOOKEEPER-3079: --- Summary: Fix unsafe use of sprintf(3) for creating IP address strings Key: ZOOKEEPER-3079 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3079

[jira] [Commented] (ZOOKEEPER-3078) Remove unused print_completion_queue function

2018-07-03 Thread Kent R. Spillner (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16531896#comment-16531896 ] Kent R. Spillner commented on ZOOKEEPER-3078: - Created GitHub PR: 

[jira] [Updated] (ZOOKEEPER-3078) Remove unused print_completion_queue function

2018-07-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3078: -- Labels: pull-request-available (was: ) > Remove unused print_completion_queue

[GitHub] zookeeper pull request #558: ZOOKEEPER-3078: remove print_completion_queue

2018-07-03 Thread sl4mmy
GitHub user sl4mmy opened a pull request: https://github.com/apache/zookeeper/pull/558 ZOOKEEPER-3078: remove print_completion_queue The fprintf(LOGSTREAM, ...) calls cause compiler errors when building with GCC 8: "error: null argument where non-null required". This is

[jira] [Created] (ZOOKEEPER-3078) Remove unused print_completion_queue function

2018-07-03 Thread Kent R. Spillner (JIRA)
Kent R. Spillner created ZOOKEEPER-3078: --- Summary: Remove unused print_completion_queue function Key: ZOOKEEPER-3078 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3078 Project: ZooKeeper

Success: ZOOKEEPER- PreCommit Build #1890

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

[jira] [Commented] (ZOOKEEPER-3077) Build native C library outside of source directory

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

[jira] [Commented] (ZOOKEEPER-3077) Build native C library outside of source directory

2018-07-03 Thread Kent R. Spillner (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16531731#comment-16531731 ] Kent R. Spillner commented on ZOOKEEPER-3077: - Created GitHub PR: 

[jira] [Updated] (ZOOKEEPER-3077) Build native C library outside of source directory

2018-07-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3077: -- Labels: pull-request-available (was: ) > Build native C library outside of source

[GitHub] zookeeper pull request #557: ZOOKEEPER-3077: build outside of source directo...

2018-07-03 Thread sl4mmy
GitHub user sl4mmy opened a pull request: https://github.com/apache/zookeeper/pull/557 ZOOKEEPER-3077: build outside of source directory Allow building native C library outside of source directory by explicitly looking for jute generated header and source files inside source

[jira] [Created] (ZOOKEEPER-3077) Build native C library outside of source directory

2018-07-03 Thread Kent R. Spillner (JIRA)
Kent R. Spillner created ZOOKEEPER-3077: --- Summary: Build native C library outside of source directory Key: ZOOKEEPER-3077 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3077 Project:

Re: [VOTE] Apache ZooKeeper release 3.4.13 candidate 1

2018-07-03 Thread Andor Molnar
+1 - signatures verified - successfully run java/c++ unit test suite on CentOS 7 - tested 1,3,7 node clusters - tested rolling upgrade from version 3.4.12 - ran a few smoke tests manually Thanks, Andor On Tue, Jul 3, 2018 at 10:54 AM, Enrico Olivelli wrote: > +1 (non binding) > > Checked

[jira] [Created] (ZOOKEEPER-3076) test

2018-07-03 Thread Jitkanya Tiawsawat (JIRA)
Jitkanya Tiawsawat created ZOOKEEPER-3076: - Summary: test Key: ZOOKEEPER-3076 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3076 Project: ZooKeeper Issue Type: Bug

ZooKeeper_branch35_jdk8 - Build # 1026 - Still Failing

2018-07-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/1026/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 62.36 KB...] [junit] Running

[jira] [Created] (ZOOKEEPER-3075) Cannot run cppunit tests on branch 3.4 on Fedora 26

2018-07-03 Thread Enrico Olivelli (JIRA)
Enrico Olivelli created ZOOKEEPER-3075: -- Summary: Cannot run cppunit tests on branch 3.4 on Fedora 26 Key: ZOOKEEPER-3075 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3075 Project:

Re: [VOTE] Apache ZooKeeper release 3.4.13 candidate 1

2018-07-03 Thread Enrico Olivelli
+1 (non binding) Checked signatures/md5/sha1 Built from source and run Java tests on Fedora 26 I am not able to run CPPUNIT tests on Fedora 26, I think this is not a real blocker, I never run those tests on other releases, So I can't tell this is a regression. This is my case

[jira] [Commented] (ZOOKEEPER-3074) Flaky test:org.apache.zookeeper.server.ServerStatsTest.testLatencyMetrics

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

Failed: ZOOKEEPER- PreCommit Build #1889

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

[GitHub] zookeeper pull request #556: ZOOKEEPER-3074:Flaky test:org.apache.zookeeper....

2018-07-03 Thread nkalmar
Github user nkalmar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/556#discussion_r199726257 --- Diff: src/java/test/org/apache/zookeeper/server/ServerStatsTest.java --- @@ -73,11 +73,11 @@ public void testLatencyMetrics() { //

[jira] [Updated] (ZOOKEEPER-3074) Flaky test:org.apache.zookeeper.server.ServerStatsTest.testLatencyMetrics

2018-07-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3074: -- Labels: pull-request-available (was: ) > Flaky

[GitHub] zookeeper pull request #556: ZOOKEEPER-3074:Flaky test:org.apache.zookeeper....

2018-07-03 Thread maoling
GitHub user maoling opened a pull request: https://github.com/apache/zookeeper/pull/556 ZOOKEEPER-3074:Flaky test:org.apache.zookeeper.server.ServerStatsTest.testLatencyMetrics more details in [ZOOKEEPER-3074](https://issues.apache.org/jira/browse/ZOOKEEPER-3074) You can merge

[jira] [Created] (ZOOKEEPER-3074) Flaky test:org.apache.zookeeper.server.ServerStatsTest.testLatencyMetrics

2018-07-03 Thread maoling (JIRA)
maoling created ZOOKEEPER-3074: -- Summary: Flaky test:org.apache.zookeeper.server.ServerStatsTest.testLatencyMetrics Key: ZOOKEEPER-3074 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3074 Project: