Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 11210 invoked from network); 23 Oct 2009 11:58:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Oct 2009 11:58:22 -0000 Received: (qmail 62448 invoked by uid 500); 23 Oct 2009 11:58:22 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 62390 invoked by uid 500); 23 Oct 2009 11:58:22 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 62264 invoked by uid 99); 23 Oct 2009 11:58:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 11:58:21 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 11:58:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7145B234C045 for ; Fri, 23 Oct 2009 04:57:59 -0700 (PDT) Message-ID: <1833542408.1256299079448.JavaMail.jira@brutus> Date: Fri, 23 Oct 2009 11:57:59 +0000 (UTC) From: "Ravi Gummadi (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-962) NPE in ProcfsBasedProcessTree.destroy() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Gummadi updated MAPREDUCE-962: ----------------------------------- Status: Patch Available (was: Open) Just allowing Hudson to validate the patch with current trunk.... > NPE in ProcfsBasedProcessTree.destroy() > --------------------------------------- > > Key: MAPREDUCE-962 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-962 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: tasktracker > Reporter: Vinod K V > Assignee: Ravi Gummadi > Fix For: 0.21.0 > > Attachments: HADOOP-6232.patch, MR-962.patch, MR-962.v1.patch > > > This causes the following exception in TaskMemoryManagerThread. I observed this while running TestTaskTrackerMemoryManager. > {code} > 2009-09-02 12:08:25,835 WARN mapred.TaskMemoryManagerThread (TaskMemoryManagerThread.java:run(239)) - \ > Uncaught exception in TaskMemoryManager while managing memory of attempt_20090902120812252_0001_m_000003_0 : \ > java.lang.NullPointerException > at org.apache.hadoop.util.ProcfsBasedProcessTree.assertPidPgrpidForMatch(ProcfsBasedProcessTree.java:234) > at org.apache.hadoop.util.ProcfsBasedProcessTree.assertAndDestroyProcessGroup(ProcfsBasedProcessTree.java:257) > at org.apache.hadoop.util.ProcfsBasedProcessTree.destroy(ProcfsBasedProcessTree.java:286) > at org.apache.hadoop.mapred.TaskMemoryManagerThread.run(TaskMemoryManagerThread.java:229) > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.