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

Running tasks on lost trackers are incorrectly logging the attempt and task failures

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.20.0
    • 0.20.0
    • None
    • None
    • Reviewed

    Description

      If a running attempt is lost on a tracker, a attempt-level cleanup with the same attempt-id is launched for it. In such cases the events are not logged correctly and instead of logging

      Task Reduce Start
      Attempt Reduce Start
      Attempt Reduce Killed 
      Task reduce Killed
      

      it logs

      Task Reduce Start
      Task Reduce Failed
      Attempt Reduce Start
      Attempt Reduce Killed 
      

      Attachments

        1. HADOOP-5282-v1.0.patch
          2 kB
          Amar Kamat
        2. HADOOP-5282-v1.1.patch
          3 kB
          Amar Kamat
        3. HADOOP-5282-v1.2.patch
          3 kB
          Hemanth Yamijala

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: