Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 76177 invoked from network); 19 Dec 2008 10:00:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2008 10:00:14 -0000 Received: (qmail 25442 invoked by uid 500); 19 Dec 2008 10:00:25 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 25396 invoked by uid 500); 19 Dec 2008 10:00:25 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 25385 invoked by uid 99); 19 Dec 2008 10:00:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2008 02:00:25 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2008 10:00:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1674B234C461 for ; Fri, 19 Dec 2008 01:59:46 -0800 (PST) Message-ID: <453088493.1229680786090.JavaMail.jira@brutus> Date: Fri, 19 Dec 2008 01:59:46 -0800 (PST) From: "Amareshwari Sriramadasu (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-4869) Lost Trackers may not be able to join back In-Reply-To: <1285072138.1229332304363.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-4869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658047#action_12658047 ] Amareshwari Sriramadasu commented on HADOOP-4869: ------------------------------------------------- test-patch result: [exec] [exec] [exec] -1 overall. [exec] [exec] +1 @author. The patch does not contain any @author tags. [exec] [exec] -1 tests included. The patch doesn't appear to include any new or modified tests. [exec] Please justify why no tests are needed for this patch. [exec] [exec] +1 javadoc. The javadoc tool did not generate any warning messages. [exec] [exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings. [exec] [exec] +1 findbugs. The patch does not introduce any new Findbugs warnings. [exec] [exec] +1 Eclipse classpath. The patch retains Eclipse classpath integrity. [exec] > Lost Trackers may not be able to join back > ------------------------------------------ > > Key: HADOOP-4869 > URL: https://issues.apache.org/jira/browse/HADOOP-4869 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Affects Versions: 0.20.0 > Reporter: Devaraj Das > Assignee: Amareshwari Sriramadasu > Priority: Blocker > Fix For: 0.20.0 > > Attachments: patch-4869.txt > > > There is a bug in the heartbeat processing which shows up when TaskTrackers are lost. Due to the bug, lost TTs may not be able to join back the JT after reinitializing (and binding to a RPC port different from the previous one). This bug got introduced in HADOOP-4305. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.