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 DC76518704 for ; Tue, 2 Feb 2016 03:16:40 +0000 (UTC) Received: (qmail 57388 invoked by uid 500); 2 Feb 2016 03:16:40 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 57263 invoked by uid 500); 2 Feb 2016 03:16:40 -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 57108 invoked by uid 99); 2 Feb 2016 03:16:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2016 03:16:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 06D972C1F6F for ; Tue, 2 Feb 2016 03:16:40 +0000 (UTC) Date: Tue, 2 Feb 2016 03:16:40 +0000 (UTC) From: "Junping Du (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MAPREDUCE-5982) Task attempts that fail from the ASSIGNED state can disappear 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-5982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junping Du updated MAPREDUCE-5982: ---------------------------------- Target Version/s: 2.6.4 > Task attempts that fail from the ASSIGNED state can disappear > ------------------------------------------------------------- > > Key: MAPREDUCE-5982 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-5982 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mr-am > Affects Versions: 0.23.10, 2.2.1, 2.7.1 > Reporter: Jason Lowe > Assignee: Chang Li > Fix For: 2.7.2, 2.6.4 > > Attachments: MAPREDUCE-5982.2.patch, MAPREDUCE-5982.3.patch, MAPREDUCE-5982.4.patch, MAPREDUCE-5982.5.patch, MAPREDUCE-5982.6.patch, MAPREDUCE-5982.branch.2.7.patch, MAPREDUCE-5982.patch > > > If a task attempt fails in the ASSIGNED state, e.g.: container launch fails, then it can disappear from the job history. The task overview page will show subsequent attempts but the attempt in question is simply missing. For example attempt ID 1 appears but the attempt ID 0 is missing. Similarly in the job overview page the task attempt doesn't appear in any of the failed/killed/succeeded counts or pages. It's as if the task attempt never existed, but the AM logs show otherwise. -- This message was sent by Atlassian JIRA (v6.3.4#6332)