You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Devaraj Das (JIRA)" <ji...@apache.org> on 2009/06/01 06:34:07 UTC

[jira] Commented: (HADOOP-5921) JobTracker does not come up because of NotReplicatedYetException

    [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714968#action_12714968 ] 

Devaraj Das commented on HADOOP-5921:
-------------------------------------

I don't think that's going to work since the JobTracker object isn't created yet. We don't have the target object for sending an interrupt as this loop is in the middle of the JobTracker constructor. Maybe we should move both the loops (the one introduced by the patch and the other already existing loop for checking whether the NameNode is up) outside the constructor (and put them in startTracker).

> 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
>             Fix For: 0.20.1
>
>         Attachments: HADOOP-5921-v1.0.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.