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

CapacityTaskScheduler.MapSchedulingMgr.killTasksFromJob() will not work as expected

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • None
    • None
    • None
    • None

    Description

      Once capacity-scheduler decides on killing tasks, it selects running-jobs from the queue and issues killTasksFromJob(). The order in which it kills is as follows

      • non-local maps
      • local maps

      Killing non-local maps :
      The code here uses JobInProgress.getNonLocalRunningMaps(). HADOOP-2119 introduced this for handling cases like random-writer. Hence this api will return an empty structure if there are reducers in the job. Hence the code fails to serve its purpose.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: