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

Hung Tasks never time out.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.23.2, 2.0.0-alpha
    • 0.23.3, 2.0.2-alpha
    • mrv2
    • None

    Description

      The AM will timeout a task through mapreduce.task.timeout only when it does not hear from the task within the given timeframe. On 1.0 a task must be making progress, either by reading input from HDFS, writing output to HDFS, writing to a log, or calling a special method to inform it that it is still making progress.

      This is because on 0.23 a status update which happens every 3 seconds is counted as progress.

      Attachments

        1. MR-4089.txt
          13 kB
          Robert Joseph Evans
        2. MR-4089.txt
          30 kB
          Robert Joseph Evans
        3. MR-4089.txt
          12 kB
          Robert Joseph Evans
        4. MR-4089.txt
          12 kB
          Robert Joseph Evans
        5. MR-4089.txt
          5 kB
          Robert Joseph Evans

        Activity

          People

            revans2 Robert Joseph Evans
            revans2 Robert Joseph Evans
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: