Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 84958 invoked from network); 15 Feb 2010 18:25:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Feb 2010 18:25:49 -0000 Received: (qmail 94830 invoked by uid 500); 15 Feb 2010 14:25:49 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 94771 invoked by uid 500); 15 Feb 2010 14:25:49 -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 94747 invoked by uid 99); 15 Feb 2010 14:25:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Feb 2010 14:25:48 +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; Mon, 15 Feb 2010 14:25:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0B5A9234C495 for ; Mon, 15 Feb 2010 06:25:28 -0800 (PST) Message-ID: <1021410015.278601266243928045.JavaMail.jira@brutus.apache.org> Date: Mon, 15 Feb 2010 14:25:28 +0000 (UTC) From: "Hemanth Yamijala (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1476) committer.needsTaskCommit should not be called for a task cleanup attempt In-Reply-To: <414327628.176241265799207978.JavaMail.jira@brutus.apache.org> 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-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hemanth Yamijala updated MAPREDUCE-1476: ---------------------------------------- Release Note: Fixed Map/Reduce framework to not call commit task for special tasks like job setup/cleanup and task cleanup. > committer.needsTaskCommit should not be called for a task cleanup attempt > ------------------------------------------------------------------------- > > Key: MAPREDUCE-1476 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1476 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 0.20.1 > Reporter: Amareshwari Sriramadasu > Assignee: Amareshwari Sriramadasu > Fix For: 0.22.0 > > Attachments: patch-1476-1.txt, patch-1476-2.txt, patch-1476-ydist.txt, patch-1476.txt > > > Currently, Task.done() calls committer.needsTaskCommit() to know whether it needs a commit or not. This need not be called for task cleanup attempt as no commit is required for a cleanup attempt. > Due to MAPREDUCE-1409, we saw a case where cleanup attempt went into COMMIT_PENDING state. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.