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 16D99FE49 for ; Fri, 22 Mar 2013 01:31:17 +0000 (UTC) Received: (qmail 79228 invoked by uid 500); 22 Mar 2013 01:31:16 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 79190 invoked by uid 500); 22 Mar 2013 01:31:16 -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 79181 invoked by uid 99); 22 Mar 2013 01:31:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 01:31:16 +0000 Date: Fri, 22 Mar 2013 01:31:16 +0000 (UTC) From: "omkar vinit joshi (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MAPREDUCE-4330) TaskAttemptCompletedEventTransition invalidates previously successful attempt without checking if the newly completed attempt is successful 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-4330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] omkar vinit joshi updated MAPREDUCE-4330: ----------------------------------------- Status: Patch Available (was: Open) Both the issues are fixed. > TaskAttemptCompletedEventTransition invalidates previously successful attempt without checking if the newly completed attempt is successful > ------------------------------------------------------------------------------------------------------------------------------------------- > > Key: MAPREDUCE-4330 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4330 > Project: Hadoop Map/Reduce > Issue Type: Bug > Reporter: Bikas Saha > Assignee: omkar vinit joshi > Attachments: MAPREDUCE-4330-21032013.patch > > > The previously completed attempt is removed from successAttemptCompletionEventNoMap and marked OBSOLETE. > After that, if the newly completed attempt is successful then it is added to the successAttemptCompletionEventNoMap. > This seems wrong because the newly completed attempt could be failed and thus there is no need to invalidate the successful attempt. > One error case would be when a speculative attempt completes with killed/failed after the successful version has completed. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira