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

Spurious progress messages should be discarded after a task is done

    XMLWordPrintableJSON

Details

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

    Description

      Noticed that the Map task's "last" progress message sometimes goes through even after the fix for HADOOP-1191. In reality, this could happen since we don't check for thread.isInterrupted() at each step in the path of the client RPC call. So the situation described in HADOOP-1191 remains. The effect of this is that the TaskTracker finally kills the task for not sending progress report for the configured number of seconds (if the process happens to be alive then).

      Attachments

        1. 1219.patch
          0.8 kB
          Devaraj Das

        Issue Links

          Activity

            People

              ddas Devaraj Das
              ddas Devaraj Das
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: