Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-600

Race condition in JobTracker updating the task tracker's status while declaring it lost

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.7.1
    • 0.10.1
    • None
    • None

    Description

      There was a case where the JobTracker lost track of a set of tasks that were on a task tracker. It appears to be a race condition because the ExpireTrackers thread doesn't lock the JobTracker while updating the state. The fix would be to build a list of dead task trackers and then lock the job tracker while updating their status.

      Attachments

        1. HADOOP-600_20070108_1.patch
          5 kB
          Arun Murthy

        Issue Links

          Activity

            People

              acmurthy Arun Murthy
              omalley Owen O'Malley
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: