Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 76591 invoked from network); 26 Oct 2010 21:43:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Oct 2010 21:43:43 -0000 Received: (qmail 92705 invoked by uid 500); 26 Oct 2010 21:43:43 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 92679 invoked by uid 500); 26 Oct 2010 21:43:43 -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 92671 invoked by uid 99); 26 Oct 2010 21:43:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Oct 2010 21:43:43 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Oct 2010 21:43:40 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9QLhJdA026064 for ; Tue, 26 Oct 2010 21:43:19 GMT Message-ID: <4111108.88811288129399617.JavaMail.jira@thor> Date: Tue, 26 Oct 2010 17:43:19 -0400 (EDT) From: "Doug Cutting (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1410) Task-Cleanup attempt cannot be given KillTaskAction if the main attempt is killed with a KillTaskAction In-Reply-To: <210273211.9671264418374958.JavaMail.jira@brutus.apache.org> 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-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated MAPREDUCE-1410: ------------------------------------ Attachment: MAPREDUCE-1410.patch Here's a new version of this patch that applies to current trunk. > Task-Cleanup attempt cannot be given KillTaskAction if the main attempt is killed with a KillTaskAction > ------------------------------------------------------------------------------------------------------- > > Key: MAPREDUCE-1410 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1410 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: jobtracker > Affects Versions: 0.20.1 > Reporter: Amareshwari Sriramadasu > Assignee: Amareshwari Sriramadasu > Fix For: 0.22.0 > > Attachments: MAPREDUCE-1410.patch, patch-1410.txt > > > If the main attempt is killed with a KillTaskAction and is added to tasksReportedClosed, then the cleanup-attempt for the task (with same id) can not be given a KillTaskAction, since tasksReportedClosed already contains the attemptID. > The attemptID should be removed from tasksReportedClosed in incompleteSubTask() method. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.