Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 65116 invoked from network); 7 Dec 2007 11:40:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2007 11:40:07 -0000 Received: (qmail 29933 invoked by uid 500); 7 Dec 2007 11:39:54 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 29905 invoked by uid 500); 7 Dec 2007 11:39:54 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 29896 invoked by uid 99); 7 Dec 2007 11:39:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2007 03:39:54 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2007 11:40:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6760771424F for ; Fri, 7 Dec 2007 03:39:43 -0800 (PST) Message-ID: <24552339.1197027583421.JavaMail.jira@brutus> Date: Fri, 7 Dec 2007 03:39:43 -0800 (PST) From: "Alejandro Abdelnur (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-2378) last TaskCompletionEvent gets added to the job after the job is marked as completed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org last TaskCompletionEvent gets added to the job after the job is marked as completed ----------------------------------------------------------------------------------- Key: HADOOP-2378 URL: https://issues.apache.org/jira/browse/HADOOP-2378 Project: Hadoop Issue Type: Bug Components: mapred Environment: all Reporter: Alejandro Abdelnur Priority: Blocker Fix For: 0.15.2 In the JobInProgress the last TaskCompletionEvent gets added to the job after the completedTask() method is invoked. The completedTask() method has to be invoked after the completion event is added to the job. If not when the job is moved into completed before the last completion event is in the job causing a temporary inconsistency in the JT as one task completion event is still missing. This blocks a fix for HADOOP-1876 where the job info is persisted as soon as the job is completed, thus the last completion event is missing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.