[
https://issues.apache.org/jira/browse/MAPREDUCE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981502#action_12981502
]
Priyo Mustafi commented on MAPREDUCE-1387:
------------------------------------------
Is this issue covered under
https://issues.apache.org/jira/browse/MAPREDUCE-2193 ?
> Incorrect synchronization of {map|reduce|cleanup|setup} tasks in JobInProgress
> ------------------------------------------------------------------------------
>
> Key: MAPREDUCE-1387
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1387
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: jobtracker
> Reporter: Amar Kamat
>
> JobInProgress.maps[], JobInProgress.reduces[], JobInProgress.setup[] and
> JobInProgress.cleanup[] are incorrectly synchronized resulting into findbugs
> warnings. Except the getter apis (i.e getMapTasks(), getReduceTasks(),
> getSetupTasks() and getCleanupTasks()), these structures are always accessed
> in synchronized methods.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.