[ https://issues.apache.org/jira/browse/HADOOP-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654698#action_12654698 ]
Amareshwari Sriramadasu commented on HADOOP-4787: ------------------------------------------------- Chris, for the tracker to get blacklisted by a job, it should fail mapred.max.tracker.failures times. Eariler this configuration was set to 1 at cluster level, which was ignored by job. And it was waiting for 4 failures (default value) to get blacklisted. I moved it to job-level in the patch. So, now it fails once, it will get blacklisted by job. > TestTrackerBlacklistAcrossJobs fails randomly > --------------------------------------------- > > Key: HADOOP-4787 > URL: https://issues.apache.org/jira/browse/HADOOP-4787 > Project: Hadoop Core > Issue Type: Bug > Components: mapred, test > Reporter: Hemanth Yamijala > Assignee: Amareshwari Sriramadasu > Priority: Blocker > Fix For: 0.20.0 > > Attachments: patch-4787-1.txt, patch-4787.txt > > > While fixing HADOOP-4786, I found that TestTrackerBlacklistAcrossJobs is > failing randomly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.