ZooKeeper_branch35_jdk7 - Build # 1062 - Still Failing

2017-07-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk7/1062/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 70.96 MB...] [junit] at

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

2017-07-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/1147/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 65.08 MB...] [junit] 2017-07-30 12:44:33,935

ZooKeeper_branch35_jdk8 - Build # 619 - Still Failing

2017-07-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/619/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 69.57 MB...] [junit] java.net.ConnectException:

ZooKeeper_branch35_openjdk7 - Build # 619 - Failure

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

[jira] [Commented] (ZOOKEEPER-2614) Port ZOOKEEPER-1576 to branch3.4

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

ZooKeeper-trunk - Build # 3484 - Failure

2017-07-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/3484/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 66.35 MB...] [junit] 2017-07-30 23:26:26,526 [myid:] -

ZooKeeper_branch34_jdk8 - Build # 1079 - Failure

2017-07-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk8/1079/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 30.11 MB...] [junit] 2017-07-30 23:12:43,622

[GitHub] zookeeper issue #319: ZOOKEEPER-2859: Fix CMake build on OS X.

2017-07-30 Thread andschwa
Github user andschwa commented on the issue: https://github.com/apache/zookeeper/pull/319 @hanm That's bizzare. The [log](https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/906/artifact/patchprocess/patchJavadocWarnings.txt/*view*/) it provides says this: ```

[jira] [Commented] (ZOOKEEPER-1576) Zookeeper cluster - failed to connect to cluster if one of the provided IPs causes java.net.UnknownHostException

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

[GitHub] zookeeper issue #319: ZOOKEEPER-2859: Fix CMake build on OS X.

2017-07-30 Thread andschwa
Github user andschwa commented on the issue: https://github.com/apache/zookeeper/pull/319 Also, I'd like to test `Autotools` on OS X, because I believe it has the same problem (unconditionally adds `libm` and `librt`), but I can't get past `autoconf -if` since I don't have

[jira] [Commented] (ZOOKEEPER-2859) CMake build doesn't support OS X

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

Success: ZOOKEEPER- PreCommit Build #909

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

[GitHub] zookeeper pull request #320: ZOOKEEPER-2614 Port ZOOKEEPER-1576 to branch 3....

2017-07-30 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/320#discussion_r130246293 --- Diff: src/java/main/org/apache/zookeeper/client/StaticHostProvider.java --- @@ -52,34 +52,36 @@ * * @param serverAddresses

[GitHub] zookeeper issue #312: ZOOKEEPER-1669: Operations to server will be timed-out...

2017-07-30 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/312 3.5 and master already has sessionMap so the issue this PR attempts to fix should not be a problem. The problem in 3.5 and master is NettyServerCnx and NIOServerCnx has a little bit of mismatch

[jira] [Commented] (ZOOKEEPER-1669) Operations to server will be timed-out while thousands of sessions expired same time

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

[jira] [Commented] (ZOOKEEPER-2614) Port ZOOKEEPER-1576 to branch3.4

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

[jira] [Commented] (ZOOKEEPER-2859) CMake build doesn't support OS X

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

[GitHub] zookeeper issue #319: ZOOKEEPER-2859: Fix CMake build on OS X.

2017-07-30 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/319 Any idea why precommit job generates java doc warnings? Seems not related to the patch. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[jira] [Commented] (ZOOKEEPER-1669) Operations to server will be timed-out while thousands of sessions expired same time

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

[GitHub] zookeeper pull request #312: ZOOKEEPER-1669: Operations to server will be ti...

2017-07-30 Thread eribeiro
Github user eribeiro commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/312#discussion_r130229571 --- Diff: src/java/main/org/apache/zookeeper/server/ServerCnxn.java --- @@ -101,6 +102,13 @@ public boolean removeAuthInfo(Id id) {

[jira] [Commented] (ZOOKEEPER-1669) Operations to server will be timed-out while thousands of sessions expired same time

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

[GitHub] zookeeper issue #312: ZOOKEEPER-1669: Operations to server will be timed-out...

2017-07-30 Thread eribeiro
Github user eribeiro commented on the issue: https://github.com/apache/zookeeper/pull/312 @CheneySun I see this patch doesn't apply to `branch-3.5/master` so make sure you open another PR to address it on those branches. 👍 --- If your project is set up for it, you can reply to

[GitHub] zookeeper pull request #312: ZOOKEEPER-1669: Operations to server will be ti...

2017-07-30 Thread CheneySun
Github user CheneySun commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/312#discussion_r130259699 --- Diff: src/java/main/org/apache/zookeeper/server/ServerCnxn.java --- @@ -101,6 +102,13 @@ public boolean removeAuthInfo(Id id) {

Success: ZOOKEEPER- PreCommit Build #910

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

[jira] [Commented] (ZOOKEEPER-1669) Operations to server will be timed-out while thousands of sessions expired same time

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

[jira] [Commented] (ZOOKEEPER-1669) Operations to server will be timed-out while thousands of sessions expired same time

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

[jira] [Commented] (ZOOKEEPER-2857) Server deal command has problem

2017-07-30 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16106812#comment-16106812 ] maoling commented on ZOOKEEPER-2857: Initialized may be a flag that distinguishes a real client