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

Map tasks can't timeout for failing to call progress

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.13.0
    • 0.13.0
    • None
    • None

    Description

      Currently the map task runner creates a thread that calls progress every second to keep the system from killing the map if the sort takes too long. This is the wrong approach, because it will cause stuck tasks to not be killed. The right solution is to have the sort call progress as it actually makes progress. This is part of what is going on in HADOOP-1374. A map gets stuck at 100% progress, but not done.

      Attachments

        1. 1431.patch
          6 kB
          Devaraj Das
        2. HADOOP-1431_3_20070601.patch
          7 kB
          Arun Murthy
        3. HADOOP-1431_2_20070530.patch
          7 kB
          Arun Murthy
        4. HADOOP-1431_1_20070525.patch
          12 kB
          Arun Murthy

        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: