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

TaskAttemptCompletedEventTransition invalidates previously successful attempt without checking if the newly completed attempt is successful

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • 0.23.1
    • None
    • None

    Description

      The previously completed attempt is removed from successAttemptCompletionEventNoMap and marked OBSOLETE.
      After that, if the newly completed attempt is successful then it is added to the successAttemptCompletionEventNoMap.

      This seems wrong because the newly completed attempt could be failed and thus there is no need to invalidate the successful attempt.
      One error case would be when a speculative attempt completes with killed/failed after the successful version has completed.

      Attachments

        1. MAPREDUCE-4330-21032013.patch
          11 kB
          Omkar Vinit Joshi
        2. MAPREDUCE-4330-21032013.1.patch
          11 kB
          Omkar Vinit Joshi
        3. MAPREDUCE-4330-20130415.patch
          12 kB
          Omkar Vinit Joshi
        4. MAPREDUCE-4330-20130415.1.patch
          12 kB
          Omkar Vinit Joshi

        Activity

          People

            ojoshi Omkar Vinit Joshi
            bikassaha Bikas Saha
            Votes:
            1 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated: