Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-1387

Incorrect synchronization of {map|reduce|cleanup|setup} tasks in JobInProgress

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • jobtracker
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              amar_kamat Amar Kamat
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: