[
https://issues.apache.org/jira/browse/MAPREDUCE-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770415#action_12770415
]
Amar Kamat commented on MAPREDUCE-1102:
---------------------------------------
I think the same applies for failed jobs too. Consider a case where the job is
marked to fail and the cleanup attempt (for failed job) is launched. Now the
user issued kill should be respected i.e the cleanup-attempt for failed job
should be killed and another cleanup-attempt (for killed job) should be
launched. Note that two (or more) cleanup attempts should not run in parallel
else there would be a race condition. Thoughts?
> Job gets killed even when the cleanup completes
> -----------------------------------------------
>
> Key: MAPREDUCE-1102
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1102
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: jobtracker
> Affects Versions: 0.20.1
> Reporter: Amar Kamat
> Assignee: Amar Kamat
> Fix For: 0.22.0
>
>
> When the cleanup completes at the tasktracker and the job is killed by the
> user, the cleanup runs to completion but the job fails. Ideally if the
> cleanup is completed then the job should not be killed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.