Uploaded image for project: 'Apache Tez'
  1. Apache Tez
  2. TEZ-3632

Tez Task attempt listing can hang if log link is null

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.7.1
    • 0.7.2, 0.8.6
    • UI
    • None
    • Reviewed

    Description

      The Tez UI can hang on task attempts listing and throw a "Type Error : link is undefined" when the link which is the variable that holds the logs link is null in cases where the task attempts were killed.

      The following check needs to be corrected to get past this error.

       link = attempt.get('completedLog');
            if (link && yarnAppState === 'FINISHED' || yarnAppState === 'KILLED' || yarnAppState === 'FAILED') {
              params["start"] = "0";
      

      Attachments

        1. TEZ-3632-branch-0.7.001.patch
          0.6 kB
          Kuhu Shukla

        Activity

          People

            kshukla Kuhu Shukla
            kshukla Kuhu Shukla
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: