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

Tasks should not be scheduled after tip is killed/failed.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • jobtracker
    • None

    Description

      We have seen the following scenario in our cluster:
      A job got marked failed, because four attempts of a TIP failed. This would kill all the map and reduce tips. Then a job-cleanup attempt is launched.
      The job-cleanup attempt failed because it could not report status for 10 minutes. There are 3 such job-cleanup attempts leading the job to get killed after 1/2 hour.
      While waiting for the job cleanup to finish, JobTracker scheduled many tasks of the job on TaskTrackers and sent a KillTaskAction in the next heartbeat.

      This is just wasting lots of resources, we should avoid scheduling tasks of a tip once the tip is killed/failed.

      Attachments

        1. mapreduce-1682-ydh.txt
          0.8 kB
          Todd Lipcon

        Activity

          People

            acmurthy Arun Murthy
            amareshwari Amareshwari Sriramadasu
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: