Hadoop-Hdfs-0.23-Build - Build # 777 - Still Failing

2013-10-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/777/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7885 lines...] [ERROR] /home/jenkins/jenkins-slave/w

Build failed in Jenkins: Hadoop-Hdfs-0.23-Build #777

2013-10-31 Thread Apache Jenkins Server
See Changes: [jlowe] YARN-1031. JQuery UI components reference external css in branch-23. Contributed by Jonathan Eagles and Jason Lowe -- [...truncated 7692 lines...] [ERROR] location: pa

Hadoop-Hdfs-trunk - Build # 1569 - Still Failing

2013-10-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1569/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 12797 lines...] [INFO] Executed tasks [INFO] [INFO] ---

Build failed in Jenkins: Hadoop-Hdfs-trunk #1569

2013-10-31 Thread Apache Jenkins Server
See Changes: [tucu] YARN-1343. NodeManagers additions/restarts are not reported as node updates in AllocateResponse responses to AMs. (tucu) [cnauroth] HDFS-4633. Change attribution in CHANGES.txt to version 2.2.1. [vinodkv] YARN-1

Re: test-patch failing with OOM errors in javah

2013-10-31 Thread Jason Lowe
I don't think that OOM error below indicates it needs more heap space, as it's complaining about the ability to create a new native thread. That usually is caused by lack of available virtual address space or hitting process ulimits. What's most likely going on is the jenkins user is hitting

[jira] [Created] (HDFS-5446) Consider supporting a mechanism to allow datanodes to drain outstanding work during rolling upgrade

2013-10-31 Thread Nathan Roberts (JIRA)
Nathan Roberts created HDFS-5446: Summary: Consider supporting a mechanism to allow datanodes to drain outstanding work during rolling upgrade Key: HDFS-5446 URL: https://issues.apache.org/jira/browse/HDFS-5446

[jira] [Created] (HDFS-5447) Fix TestJspHelper

2013-10-31 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HDFS-5447: --- Summary: Fix TestJspHelper Key: HDFS-5447 URL: https://issues.apache.org/jira/browse/HDFS-5447 Project: Hadoop HDFS Issue Type: Sub-task Components:

[jira] [Created] (HDFS-5448) Synchronize NN registrations across block pools

2013-10-31 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HDFS-5448: --- Summary: Synchronize NN registrations across block pools Key: HDFS-5448 URL: https://issues.apache.org/jira/browse/HDFS-5448 Project: Hadoop HDFS Issue Type: S

Re: test-patch failing with OOM errors in javah

2013-10-31 Thread Jason Lowe
Pinged Bobby who has access to the machines, and this is indeed what is happening. There were two cases: 1) When TestUberAM times out the minicluster it is running along with its MRAppMaster process can escape. There are a ton of threads in those processes, so it doesn't take very many of th