Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4F09C67CB for ; Tue, 7 Jun 2011 19:08:24 +0000 (UTC) Received: (qmail 89230 invoked by uid 500); 7 Jun 2011 19:08:24 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 89203 invoked by uid 500); 7 Jun 2011 19:08:24 -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 89195 invoked by uid 99); 7 Jun 2011 19:08:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 19:08:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 19:08:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 00A8610689A for ; Tue, 7 Jun 2011 19:07:59 +0000 (UTC) Date: Tue, 7 Jun 2011 19:07:58 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1336926842.1110.1307473678999.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <27445467.86651289842213981.JavaMail.jira@thor> Subject: [jira] [Commented] (MAPREDUCE-2187) map tasks timeout during sorting 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-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045592#comment-13045592 ] Todd Lipcon commented on MAPREDUCE-2187: ---------------------------------------- does this not affect trunk/22? > map tasks timeout during sorting > -------------------------------- > > Key: MAPREDUCE-2187 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2187 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 0.20.2 > Reporter: Gianmarco De Francisci Morales > Assignee: Anupam Seth > Attachments: MAPREDUCE-2187-20-security.patch > > > During the execution of a large job, the map tasks timeout: > {code} > INFO mapred.JobClient: Task Id : attempt_201010290414_60974_m_000057_1, Status : FAILED > Task attempt_201010290414_60974_m_000057_1 failed to report status for 609 seconds. Killing! > {code} > The bug is in the fact that the mapper has already finished, and, according to the logs, the timeout occurs during the merge sort phase. > The intermediate data generated by the map task is quite large. So I think this is the problem. > The logs show that the merge-sort was running for 10 minutes when the task was killed. > I think the mapred.Merger should call Reporter.progress() somewhere. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira