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