ZooKeeper-trunk - Build # 3758 - Still Failing

2018-03-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/3758/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 256.84 KB...] [exec] Log Message Received:

ZooKeeper_branch34_jdk7 - Build # 1843 - Failure

2018-03-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk7/1843/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 38.48 KB...] [junit] Running

[GitHub] zookeeper pull request #482: ZOOKEEPER-2962 - Removed Unused method.

2018-03-06 Thread asutosh936
GitHub user asutosh936 opened a pull request: https://github.com/apache/zookeeper/pull/482 ZOOKEEPER-2962 - Removed Unused method. You can merge this pull request into a Git repository by running: $ git pull https://github.com/asutosh936/zookeeper branch-3.4 Alternatively

[jira] [Commented] (ZOOKEEPER-2962) The function queueEmpty() in FastLeaderElection.Messenger is not used, should be removed.

2018-03-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388872#comment-16388872 ] ASF GitHub Bot commented on ZOOKEEPER-2962: --- GitHub user asutosh936 opened a pull request:

Success: ZOOKEEPER- PreCommit Build #1528

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

[jira] [Commented] (ZOOKEEPER-2993) .ignore file prevents adding src/java/main/org/apache/jute/compiler/generated dir to git repo

2018-03-06 Thread Andor Molnar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16387863#comment-16387863 ] Andor Molnar commented on ZOOKEEPER-2993: - [~taoist] Nice catch, thanks for creating the

[jira] [Commented] (ZOOKEEPER-2985) Expired session may unexpired after leader failover

2018-03-06 Thread Andor Molnar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16387978#comment-16387978 ] Andor Molnar commented on ZOOKEEPER-2985: - [~cthunes] Thanks for reporting this. I think

[jira] [Commented] (ZOOKEEPER-2985) Expired session may unexpired after leader failover

2018-03-06 Thread Chris Thunes (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388077#comment-16388077 ] Chris Thunes commented on ZOOKEEPER-2985: - The ephemeral nodes do eventually get removed once

Re: Name resolution in StaticHostProvider

2018-03-06 Thread Andor Molnar
Hi Abe, Unfortunately we haven't got any feedback yet. What do you think of implementing Option #3? Regards, Andor On Thu, Feb 22, 2018 at 6:06 PM, Andor Molnar wrote: > Did anybody happen to take a quick look by any chance? > > I don't want to push this too hard, because

[GitHub] zookeeper issue #377: [ZOOKEEPER-2901] TTL Nodes don't work with Server IDs ...

2018-03-06 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/377 @Randgalt @phunt I think this PR is in a pretty good shape, we should finalize it. Any thoughts or outstanding concerns? ---

[jira] [Commented] (ZOOKEEPER-2901) Session ID that is negative causes mis-calculation of Ephemeral Type

2018-03-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16387751#comment-16387751 ] ASF GitHub Bot commented on ZOOKEEPER-2901: --- Github user anmolnar commented on the issue:

[jira] [Commented] (ZOOKEEPER-2251) Add Client side packet response timeout to avoid infinite wait.

2018-03-06 Thread Andor Molnar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16387776#comment-16387776 ] Andor Molnar commented on ZOOKEEPER-2251: - [~awkejiang] I believe that [~hanm]'s concerns

ZooKeeper_branch35_jdk8 - Build # 876 - Still Failing

2018-03-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/876/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 60.59 KB...] [junit] Tests run: 1, Failures: 0,

[GitHub] zookeeper pull request #377: [ZOOKEEPER-2901] TTL Nodes don't work with Serv...

2018-03-06 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/377#discussion_r172509908 --- Diff: src/java/main/org/apache/zookeeper/server/OldEphemeralType.java --- @@ -0,0 +1,74 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (ZOOKEEPER-2901) Session ID that is negative causes mis-calculation of Ephemeral Type

2018-03-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16387728#comment-16387728 ] ASF GitHub Bot commented on ZOOKEEPER-2901: --- Github user anmolnar commented on a diff in the