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

Upon a lost tracker, the task's start time is reset to 0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 0.21.0
    • None
    • None
    • Reviewed

    Description

      Upon lost tracker, the JIP (via JobTracker.lostTracker() -> JobInProgress.failedTask()) hand crafts task status (marking the attempt as KILLED) and updates the JobInProgress (via JobInProgress.updateTaskStatus()). This status contains the attempt start time as 0. One major impact would be that the listener will overwrite the last start time value with the new one and hence the start tiem will get garbled.

      Attachments

        1. HADOOP-5276-v1.1.patch
          3 kB
          Amar Kamat
        2. HADOOP-5276-v1.2.patch
          3 kB
          Amar Kamat
        3. HADOOP-5276-v1.3.patch
          2 kB
          Amar Kamat

        Issue Links

          Activity

            People

              amar_kamat Amar Kamat
              amar_kamat Amar Kamat
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: