Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 11347 invoked from network); 10 Oct 2007 20:28:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2007 20:28:43 -0000 Received: (qmail 36971 invoked by uid 500); 10 Oct 2007 20:28:29 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 36936 invoked by uid 500); 10 Oct 2007 20:28:29 -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 36927 invoked by uid 99); 10 Oct 2007 20:28:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2007 13:28:29 -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, 10 Oct 2007 20:28:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 14C41714236 for ; Wed, 10 Oct 2007 13:27:51 -0700 (PDT) Message-ID: <26386087.1192048071083.JavaMail.jira@brutus> Date: Wed, 10 Oct 2007 13:27:51 -0700 (PDT) From: "Arun C Murthy (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-2016) Race condition in removing a KILLED task from tasktracker In-Reply-To: <6759803.1191951111284.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy updated HADOOP-2016: ---------------------------------- Attachment: HADOOP-2016_20071011.patch First cut - relatively straight-forward; I'll continue testing. > Race condition in removing a KILLED task from tasktracker > --------------------------------------------------------- > > Key: HADOOP-2016 > URL: https://issues.apache.org/jira/browse/HADOOP-2016 > Project: Hadoop > Issue Type: Bug > Components: mapred > Reporter: Devaraj Das > Assignee: Arun C Murthy > Priority: Blocker > Fix For: 0.15.0 > > Attachments: HADOOP-2016_20071011.patch > > > I ran into a situation where a speculative task was killed by the JobTracker and the relevant TaskTracker got the right KillTaskAction, but the tasktracker continued to hold a reference to that task (although the task jvm was killed). The task continued to be in RUNNING state in both the JobTracker and that TaskTracker for ever. I suspect there is some race condition in reading/updating datastructures inside the taskCleanupThread & transmitHeartBeat. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.