ZooKeeper_branch34_jdk8 - Build # 1162 - Failure

2017-10-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk8/1162/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 31.64 MB...] [junit] 2017-10-12 23:20:55,109

[jira] [Commented] (ZOOKEEPER-2814) Ignore space after comma in connection string

2017-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16202374#comment-16202374 ] ASF GitHub Bot commented on ZOOKEEPER-2814: --- Github user mfenes commented on the issue:

[GitHub] zookeeper issue #371: ZOOKEEPER-2814: Ignore space after comma in connection...

2017-10-12 Thread mfenes
Github user mfenes commented on the issue: https://github.com/apache/zookeeper/pull/371 Regex implementation would be shorter to ignore the spaces and empty strings as ``` connectString.replaceAll("\\s", "").replaceAll(",+", ",").split(",") ``` does the same thing as

ZooKeeper_branch34_openjdk7 - Build # 1682 - Failure

2017-10-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk7/1682/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 32.63 MB...] [junit] 2017-10-12

ZooKeeper_branch35_jdk8 - Build # 714 - Still Failing

2017-10-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/714/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 165.17 MB...] [junit] 2017-10-12 12:20:09,602

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

2017-10-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/1241/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 66.54 MB...] [junit] at

[jira] [Commented] (ZOOKEEPER-1703) Please add instructions for running the tutorial

2017-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201789#comment-16201789 ] ASF GitHub Bot commented on ZOOKEEPER-1703: --- Github user dolphy17 commented on the issue:

[GitHub] zookeeper issue #400: ZOOKEEPER-1703: Added instructions on how to run the e...

2017-10-12 Thread dolphy17
Github user dolphy17 commented on the issue: https://github.com/apache/zookeeper/pull/400 Build is failing again, but I can't see the reason why. ---

[jira] [Commented] (ZOOKEEPER-1703) Please add instructions for running the tutorial

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

[jira] [Commented] (ZOOKEEPER-1703) Please add instructions for running the tutorial

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

Failed: ZOOKEEPER- PreCommit Build #1100

2017-10-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1100/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 34.43 KB...] [exec] +1

Failed: ZOOKEEPER- PreCommit Build #1101

2017-10-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1101/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 34.83 KB...] [exec] +1

[jira] [Commented] (ZOOKEEPER-1703) Please add instructions for running the tutorial

2017-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201769#comment-16201769 ] ASF GitHub Bot commented on ZOOKEEPER-1703: --- Github user dolphy17 commented on the issue:

[GitHub] zookeeper issue #400: ZOOKEEPER-1703: Added instructions on how to run the e...

2017-10-12 Thread dolphy17
Github user dolphy17 commented on the issue: https://github.com/apache/zookeeper/pull/400 @afine I've updated the PR with new classpath setting. ---

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

2017-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201729#comment-16201729 ] ASF GitHub Bot commented on ZOOKEEPER-2901: --- Github user Randgalt commented on the issue:

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

2017-10-12 Thread Randgalt
Github user Randgalt commented on the issue: https://github.com/apache/zookeeper/pull/377 @phunt you reviewed this PR originally so I was hoping you'd merge. @rgs1 can you merge if Pat can't? ---

ZooKeeper_branch35_jdk7 - Build # 1152 - Failure

2017-10-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk7/1152/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 63.79 MB...] [junit] 2017-10-12 08:49:11,284

[jira] [Commented] (ZOOKEEPER-2079) Stop daemon with "kill" rather than "kill -9"

2017-10-12 Thread Li Fangning (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201638#comment-16201638 ] Li Fangning commented on ZOOKEEPER-2079: This issue can be fixed by modifying the