Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 23358 invoked from network); 21 Jul 2008 14:38:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jul 2008 14:38:24 -0000 Received: (qmail 10857 invoked by uid 500); 21 Jul 2008 14:38:22 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 10847 invoked by uid 500); 21 Jul 2008 14:38:21 -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 10835 invoked by uid 99); 21 Jul 2008 14:38:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2008 07:38:21 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 21 Jul 2008 14:37:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8FCF4234C164 for ; Mon, 21 Jul 2008 07:37:31 -0700 (PDT) Message-ID: <1994407478.1216651051574.JavaMail.jira@brutus> Date: Mon, 21 Jul 2008 07:37:31 -0700 (PDT) From: "Amar Kamat (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3780) JobTracker should synchronously resolve the tasktracker's network location when the tracker registers In-Reply-To: <1587220438.1216289131951.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-3780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amar Kamat updated HADOOP-3780: ------------------------------- Attachment: HADOOP-3780-v1.2.patch Modified the test case to reflect the changes. > JobTracker should synchronously resolve the tasktracker's network location when the tracker registers > ----------------------------------------------------------------------------------------------------- > > Key: HADOOP-3780 > URL: https://issues.apache.org/jira/browse/HADOOP-3780 > Project: Hadoop Core > Issue Type: Improvement > Components: mapred > Reporter: Amar Kamat > Assignee: Amar Kamat > Attachments: HADOOP-3780-v1.1.patch, HADOOP-3780-v1.2.patch, HADOOP-3780-v1.patch > > > This issue is inspired by HADOOP-3620. In JobTracker, the network address of tracker gets resolved asynchronously. Now it can be done inline i.e while the trackers register. This is of great help for HADOOP-3245 where this enhancement makes the design simpler. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.