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 "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2009/05/27 11:50:45 UTC

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

JobTracker does not come up because 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


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.


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

Posted by "Steve Loughran (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12713512#action_12713512 ] 

Steve Loughran commented on HADOOP-5921:
----------------------------------------

Presumably that is because the NN is up, the filesystem isn't fully live yet -not enough workers?

> 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
>
>
> 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.


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

Posted by "Steve Loughran (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718425#action_12718425 ] 

Steve Loughran commented on HADOOP-5921:
----------------------------------------

looks ok to me. 

could you change the log for failure from

+        LOG.warn("Failed to initialize recovery manager.");
+        LOG.warn(StringUtils.stringifyException(ioe));

to something like

LOG.warn("Failed to initialize recovery manager :"+ioe, ioe);

I know a lot of the existing code uses stringifyException, but it isn't needed and it makes it harder to extract the full stack data by other logging tools


> 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
>
>
> 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.


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

Posted by "Amar Kamat (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718369#action_12718369 ] 

Amar Kamat commented on HADOOP-5921:
------------------------------------

ant tests passed on my box.

> 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
>
>
> 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.


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

Posted by "Amar Kamat (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amar Kamat updated HADOOP-5921:
-------------------------------

    Attachment: HADOOP-5921-v2.5.patch

Incorporated Steve's comment. Attached a patch with the change.

> 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.


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

Posted by "Hudson (JIRA)" <ji...@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.


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

Posted by "Steve Loughran (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715527#action_12715527 ] 

Steve Loughran commented on HADOOP-5921:
----------------------------------------

I have done a refactoring of the JT constructor in the 3628 service lifecycle stuff. So I am in a position to interrupt things there, even though nobody else is. 

Looking at this code, I don't think it will make things any harder to interrupt, and it does simplify some of those boostrap race conditions.  I effectively have to do that same blocking until >1 worker is live before pushing files or work out; having this built in would simplify stuff.

There is (already) a bit of a problem with trying to kill a JT before it is live; this doesn't show up when you start Hadoop via the scripts, but I've seen it. I don't think this makes anything worse. 

> 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.


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

Posted by "Amar Kamat (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717573#action_12717573 ] 

Amar Kamat commented on HADOOP-5921:
------------------------------------

The uploaded patch doesnt work as expected. Will upload a new patch.

> 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.


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

Posted by "Amar Kamat (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amar Kamat updated HADOOP-5921:
-------------------------------

    Attachment: HADOOP-5921-v1.0.patch

Attaching a patch that retries until the jobtracker.info files gets replicated. Testing in progress.

> 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.


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

Posted by "Amar Kamat (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amar Kamat updated HADOOP-5921:
-------------------------------

    Attachment: HADOOP-5921-v2.4.patch

Attaching a patch that fixes the issue. This patch does the following
# keeps on creating _jobtracker.info_ file in jobtracker.offerService() until it gets created successfully
# adds a testcase to test this bug.

Result of test-patch[exec] +1 overall.  
     [exec] 
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec] 
     [exec]     +1 tests included.  The patch appears to include 3 new or modified tests.
     [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] 
     [exec]     +1 release audit.  The applied patch does not increase the total number of release audit warnings.

Note that if the jobtracker.info file is garbled then the jobtracker simply comes out as expected.

Running ant test now.

> 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, HADOOP-5921-v2.4.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.


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

Posted by "Devaraj Das (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devaraj Das resolved HADOOP-5921.
---------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

I just committed this. Thanks Amar!
(Due to the test directory restructuring in trunk, I had to manually change the patch to make it apply on 0.20. In the future, please submit a separate patch for 0.20 whenever there is a testcase involved).

> 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.


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

Posted by "Devaraj Das (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Amar Kamat (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715487#action_12715487 ] 

Amar Kamat commented on HADOOP-5921:
------------------------------------

Steve/Devaraj, as of today the jobtracker simply busy-waits for the namenode to be up. I simply added one more busy wait for the namenode to be ready (for file creations). This is marked as a bug fix and hence I propose to keep it as it is and track the refactoring in some other enhancement jira. Refactoring JobTracker's constructor requires considerable effort. Comments?

> 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.


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

Posted by "Amar Kamat (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amar Kamat reassigned HADOOP-5921:
----------------------------------

    Assignee: 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
>
>
> 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.


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

Posted by "Amar Kamat (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amar Kamat updated HADOOP-5921:
-------------------------------

    Release Note: jobtracker fails if it cannot create jobtracker.info (if sufficient datanodes are not up). With this patch it waits forever for it to create. 

> JobTracker does not come up because of NotReplicatedYetException
> ----------------------------------------------------------------
>
>                 Key: HADOOP-5921
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5921
>             Project: Hadoop Common
>          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.


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

Posted by "Amar Kamat (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amar Kamat updated HADOOP-5921:
-------------------------------

    Release Note: Jobtracker crashes if it fails to create jobtracker.info file (i.e if sufficient datanodes are not up). With this patch it keeps on retrying on IOExceptions assuming IOExceptions in jobtracker.info creation implies that the hdfs is not in *ready *state.  (was: jobtracker fails if it cannot create jobtracker.info (if sufficient datanodes are not up). With this patch it waits forever for it to create. )

> JobTracker does not come up because of NotReplicatedYetException
> ----------------------------------------------------------------
>
>                 Key: HADOOP-5921
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5921
>             Project: Hadoop Common
>          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.


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

Posted by "Steve Loughran (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12713934#action_12713934 ] 

Steve Loughran commented on HADOOP-5921:
----------------------------------------

I'd like to see some way to exit that loop -presumably interrupting the thread would do it, right?

> 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.


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

Posted by "Amar Kamat (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714308#action_12714308 ] 

Amar Kamat commented on HADOOP-5921:
------------------------------------

Yeah. There is no try-catch for sleep. So on interruption the loop will break.

> 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.


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

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HADOOP-5921:
--------------------------------------------

    Summary: JobTracker does not come up because of NotReplicatedYetException  (was: JobTracker does not come up because NotReplicatedYetException)

> 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
>
>
> 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.