From core-dev-return-71332-apmail-hadoop-core-dev-archive=hadoop.apache.org@hadoop.apache.org Mon Jun 15 15:22:44 2009 Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 93284 invoked from network); 15 Jun 2009 15:22:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jun 2009 15:22:44 -0000 Received: (qmail 69299 invoked by uid 500); 15 Jun 2009 15:22:53 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 69221 invoked by uid 500); 15 Jun 2009 15:22:53 -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 69204 invoked by uid 99); 15 Jun 2009 15:22:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 15:22:53 +0000 X-ASF-Spam-Status: No, hits=-1998.8 required=10.0 tests=ALL_TRUSTED,FS_REPLICA 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, 15 Jun 2009 15:22:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 35213234C4B2 for ; Mon, 15 Jun 2009 08:22:08 -0700 (PDT) Message-ID: <2018179371.1245079328216.JavaMail.jira@brutus> Date: Mon, 15 Jun 2009 08:22:08 -0700 (PDT) From: "Hudson (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-5921) JobTracker does not come up because of NotReplicatedYetException In-Reply-To: <81821306.1243417845590.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719590#action_12719590 ] Hudson commented on HADOOP-5921: -------------------------------- Integrated in Hadoop-trunk #867 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/867/]) . Fixes a problem in the JobTracker where it sometimes never used to come up due to a system file creation on JobTracker's system-dir failing.This problem would sometimes show up only when the FS for the system-dir (usually HDFS) is started at nearly the same time as the JobTracker. Contributed by Amar Kamat. > JobTracker does not come up because of NotReplicatedYetException > ---------------------------------------------------------------- > > Key: HADOOP-5921 > URL: https://issues.apache.org/jira/browse/HADOOP-5921 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Affects Versions: 0.20.0 > Reporter: Amareshwari Sriramadasu > Assignee: Amar Kamat > Fix For: 0.20.1 > > Attachments: HADOOP-5921-v1.0.patch, HADOOP-5921-v2.4.patch, HADOOP-5921-v2.5.patch > > > Sometimes (On a big cluster) Jobtracker does not come up, because Info file could not be replicated on dfs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.