Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 16982 invoked from network); 5 Sep 2007 12:27:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Sep 2007 12:27:55 -0000 Received: (qmail 99821 invoked by uid 500); 5 Sep 2007 12:27:48 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 99788 invoked by uid 500); 5 Sep 2007 12:27:48 -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 99779 invoked by uid 99); 5 Sep 2007 12:27:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2007 05:27:48 -0700 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; Wed, 05 Sep 2007 12:27:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4E80E71420A for ; Wed, 5 Sep 2007 05:27:33 -0700 (PDT) Message-ID: <8981871.1188995253316.JavaMail.root@brutus> Date: Wed, 5 Sep 2007 05:27:33 -0700 (PDT) From: "Arun C Murthy (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-1840) Task's diagnostic messages are lost sometimes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Task's diagnostic messages are lost sometimes --------------------------------------------- Key: HADOOP-1840 URL: https://issues.apache.org/jira/browse/HADOOP-1840 Project: Hadoop Issue Type: Bug Components: mapred Reporter: Arun C Murthy Assignee: Arun C Murthy Priority: Critical Fix For: 0.15.0 HADOOP-1158 (scheduled for 0.15.0) introduced a bug where sometimes the task's diagnostic's messages sent via {{TaskUmbilicalProtocol.reportDiagnosticInfo}} are lost. This is due to them being not being saved properly and being overridden in {{TaskStatus.statusUpdate}}, simple fix is to append the prev diagnostic message. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.