You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Priyo Mustafi (JIRA)" <ji...@apache.org> on 2011/01/13 22:52:46 UTC

[jira] Commented: (MAPREDUCE-1387) Incorrect synchronization of {map|reduce|cleanup|setup} tasks in JobInProgress

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