Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 78359 invoked from network); 17 Sep 2009 03:42:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Sep 2009 03:42:20 -0000 Received: (qmail 41952 invoked by uid 500); 17 Sep 2009 03:42:19 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 41837 invoked by uid 500); 17 Sep 2009 03:42:19 -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 41809 invoked by uid 99); 17 Sep 2009 03:42:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2009 03:42:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 17 Sep 2009 03:42:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 80333234C044 for ; Wed, 16 Sep 2009 20:41:57 -0700 (PDT) Message-ID: <113038994.1253158917510.JavaMail.jira@brutus> Date: Wed, 16 Sep 2009 20:41:57 -0700 (PDT) From: "Jothi Padmanabhan (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-969) NullPointerException during reduce freezes job In-Reply-To: <1899632157.1252626357551.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756351#action_12756351 ] Jothi Padmanabhan commented on MAPREDUCE-969: --------------------------------------------- bq. 'll apply the second patch from HADOOP-4744 on this cluster and report back whether it solves the problem Thanks. Also, if we are able to reproduce the TT returning -1 port more often, I think we should get the Jetty folks involved again. The patch in H-4744 is more of a work around rather than a solution. > NullPointerException during reduce freezes job > ---------------------------------------------- > > Key: MAPREDUCE-969 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-969 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: jobtracker, task, tasktracker > Affects Versions: 0.20.2 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Attachments: bad_job_events, bad_job_jt_logs, reduce_task_logs > > > We experienced several jobs stuck in Reduce on a cluster. All of the stuck reduce tasks had a similar were stuck at "Need another 2 map output(s) where 0 is already in progress" despite all of the mappers having completed, and 0 scheduled. The stuck reducers had experienced the following exception early in the shuffle: > java.lang.NullPointerException > at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:768) > at org.apache.hadoop.mapred.ReduceTask$ReduceCopier$GetMapEventsThread.getMapCompletionEvents(ReduceTask.java:2747) > at org.apache.hadoop.mapred.ReduceTask$ReduceCopier$GetMapEventsThread.run(ReduceTask.java:2670) > Will attach more information and logs momentarily. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.