ZooKeeper_branch34 - Build # 2132 - Failure

2017-10-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34/2132/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 31.88 MB...] [junit] 2017-10-28 02:49:59,737 [myid:]

ZooKeeper-trunk - Build # 3591 - Failure

2017-10-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/3591/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 66.03 MB...] [junit] at org.apache.zookeeper.Clien

Failed: ZOOKEEPER-2925 PreCommit Build #3652

2017-10-27 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-2925 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3652/ ### ## LAST 60 LINES OF THE CONSOLE ### [

[jira] [Created] (ZOOKEEPER-2926) Data inconsistency issue due to the flaw in the session management

2017-10-27 Thread Fangmin Lv (JIRA)
Fangmin Lv created ZOOKEEPER-2926: - Summary: Data inconsistency issue due to the flaw in the session management Key: ZOOKEEPER-2926 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2926 Project: Z

ZooKeeper_branch34_jdk8 - Build # 1178 - Failure

2017-10-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk8/1178/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 32.00 MB...] [junit] 2017-10-27 23:06:48,812 [m

[jira] [Updated] (ZOOKEEPER-2925) ZooKeeper server fails to start on first-startup due to race to create dataDir & snapDir

2017-10-27 Thread Robert P. Thille (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert P. Thille updated ZOOKEEPER-2925: Attachment: ZOOKEEPER-2925.patch > ZooKeeper server fails to start on first-star

[jira] [Created] (ZOOKEEPER-2925) ZooKeeper server fails to start on first-startup due to race to create dataDir & snapDir

2017-10-27 Thread Robert P. Thille (JIRA)
Robert P. Thille created ZOOKEEPER-2925: --- Summary: ZooKeeper server fails to start on first-startup due to race to create dataDir & snapDir Key: ZOOKEEPER-2925 URL: https://issues.apache.org/jira/browse/ZOOK

[jira] [Commented] (ZOOKEEPER-2338) c bindings should create socket's with SOCK_CLOEXEC to avoid fd leaks on fork/exec

2017-10-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16222786#comment-16222786 ] ASF GitHub Bot commented on ZOOKEEPER-2338: --- Github user afine commented on

[GitHub] zookeeper issue #410: [ZOOKEEPER-2338] - set SOCK_CLOEXEC on socket if defin...

2017-10-27 Thread afine
Github user afine commented on the issue: https://github.com/apache/zookeeper/pull/410 Hi @fr0stbyte I see in the JIRA that this ticked arises from an issue related to running ZooKeeper Mesos. Would you be able to explain exactly why this is needed? ---

[GitHub] zookeeper pull request #409: ZOOKEEPER-2924: Refactor tests of LoadFromLogTe...

2017-10-27 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/409#discussion_r147499687 --- Diff: src/java/test/org/apache/zookeeper/test/LoadFromLogTest.java --- @@ -70,24 +52,37 @@ private static final int TOTAL_TRANSACTIONS = NUM_MES

[GitHub] zookeeper pull request #409: ZOOKEEPER-2924: Refactor tests of LoadFromLogTe...

2017-10-27 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/409#discussion_r147499282 --- Diff: src/java/test/org/apache/zookeeper/test/LoadFromLogTest.java --- @@ -18,49 +18,31 @@ package org.apache.zookeeper.test; -impor

[GitHub] zookeeper pull request #409: ZOOKEEPER-2924: Refactor tests of LoadFromLogTe...

2017-10-27 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/409#discussion_r147500264 --- Diff: src/java/test/org/apache/zookeeper/test/LoadFromLogNoServerTest.java --- @@ -0,0 +1,175 @@ +/** + * Licensed to the Apache Software Founda

[GitHub] zookeeper pull request #409: ZOOKEEPER-2924: Refactor tests of LoadFromLogTe...

2017-10-27 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/409#discussion_r147500211 --- Diff: src/java/test/org/apache/zookeeper/test/LoadFromLogNoServerTest.java --- @@ -0,0 +1,175 @@ +/** + * Licensed to the Apache Software Founda

[jira] [Commented] (ZOOKEEPER-2338) c bindings should create socket's with SOCK_CLOEXEC to avoid fd leaks on fork/exec

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

Failed: ZOOKEEPER- PreCommit Build #1125

2017-10-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1125/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 74.91 MB...] [exec] +0 test

[jira] [Commented] (ZOOKEEPER-2338) c bindings should create socket's with SOCK_CLOEXEC to avoid fd leaks on fork/exec

2017-10-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16222516#comment-16222516 ] ASF GitHub Bot commented on ZOOKEEPER-2338: --- GitHub user fr0stbyte opened a

[GitHub] zookeeper pull request #410: [ZOOKEEPER-2338] - set SOCK_CLOEXEC on socket i...

2017-10-27 Thread fr0stbyte
GitHub user fr0stbyte opened a pull request: https://github.com/apache/zookeeper/pull/410 [ZOOKEEPER-2338] - set SOCK_CLOEXEC on socket if defined You can merge this pull request into a Git repository by running: $ git pull https://github.com/fr0stbyte/zookeeper ZOOKEEPER-2338

[jira] [Commented] (ZOOKEEPER-2338) c bindings should create socket's with SOCK_CLOEXEC to avoid fd leaks on fork/exec

2017-10-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16222514#comment-16222514 ] ASF GitHub Bot commented on ZOOKEEPER-2338: --- Github user fr0stbyte closed th

[GitHub] zookeeper pull request #407: [ZOOKEEPER-2338] - set SOCK_CLOEXEC on socket i...

2017-10-27 Thread fr0stbyte
Github user fr0stbyte closed the pull request at: https://github.com/apache/zookeeper/pull/407 ---

Re: [VOTE] Apache ZooKeeper release 3.4.11 candidate 0

2017-10-27 Thread Rakesh Radhakrishnan
Thank you Pat for getting this out. I'm adding few observations, (1) "$ZK_HOME/zookeeper-3.4.11/README.md" is missing in the tar ball. I could see recently renamed 'README.txt' to 'README.md' and requires build.xml changes to include this. (2) I failed to see release tag. Step-9 in https://cwiki.a

ZooKeeper-trunk-jdk8 - Build # 1256 - Failure

2017-10-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/1256/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 67.46 MB...] [junit] java.net.ConnectException: Co

Success: ZOOKEEPER- PreCommit Build #1124

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

[jira] [Commented] (ZOOKEEPER-2924) Flaky Test: org.apache.zookeeper.test.LoadFromLogTest.testRestoreWithTransactionErrors

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

ZooKeeper_branch35_openjdk7 - Build # 726 - Still Failing

2017-10-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/726/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 68.97 MB...] [junit] at sun.nio.ch.Sock

[jira] [Commented] (ZOOKEEPER-2924) Flaky Test: org.apache.zookeeper.test.LoadFromLogTest.testRestoreWithTransactionErrors

2017-10-27 Thread Andor Molnar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16222045#comment-16222045 ] Andor Molnar commented on ZOOKEEPER-2924: - The refactor doesn't fix the origin

[GitHub] zookeeper issue #402: ZOOKEEPER-2922: Flaky Test fix: org.apache.zookeeper.t...

2017-10-27 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/402 Obsoleted by https://github.com/apache/zookeeper/pull/409 ---

[jira] [Commented] (ZOOKEEPER-2922) Flaky Test: org.apache.zookeeper.test.LoadFromLogTest

2017-10-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16222040#comment-16222040 ] ASF GitHub Bot commented on ZOOKEEPER-2922: --- Github user anmolnar commented

[jira] [Commented] (ZOOKEEPER-2922) Flaky Test: org.apache.zookeeper.test.LoadFromLogTest

2017-10-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16222038#comment-16222038 ] ASF GitHub Bot commented on ZOOKEEPER-2922: --- Github user anmolnar closed the

[GitHub] zookeeper pull request #402: ZOOKEEPER-2922: Flaky Test fix: org.apache.zook...

2017-10-27 Thread anmolnar
Github user anmolnar closed the pull request at: https://github.com/apache/zookeeper/pull/402 ---

[jira] [Commented] (ZOOKEEPER-2924) Flaky Test: org.apache.zookeeper.test.LoadFromLogTest.testRestoreWithTransactionErrors

2017-10-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16222031#comment-16222031 ] ASF GitHub Bot commented on ZOOKEEPER-2924: --- GitHub user anmolnar opened a p

[GitHub] zookeeper pull request #409: ZOOKEEPER-2924: Refactor tests of LoadFromLogTe...

2017-10-27 Thread anmolnar
GitHub user anmolnar opened a pull request: https://github.com/apache/zookeeper/pull/409 ZOOKEEPER-2924: Refactor tests of LoadFromLogTest.java Tests which don't need ZK test server to run have been extracted to LoadFromLogNoServerTest.java. Rest of them have been refactored