Uploaded image for project: 'Eagle (Retired)'
  1. Eagle (Retired)
  2. EAGLE-492

Fix negative total execution time and make some code optimization for spark history job.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • v0.5.0
    • v0.5.0
    • None
    • None

    Description

      1) negative total execution time

      It is because the app was killed or terminated unexpectedly without completion. In the log file, it has only SparkListenerBlockManagerAdded timestamp. "Timestamp":1470768362299

      And the code initiated executor starttime with this timestamp.
      No executor or app endtime available, so executor endtime = 0L.
      Finally, totalExecutionTime = -1470768362299

      The code logic does not consider the situation when executor or app Endtime = 0L.

      Solution: If totalExecutionTime < 0L, set it = 0L. Stating the app is killed and not completed.

      2) Url builder bug for completed jobs

      Attachments

        Issue Links

          Activity

            People

              hzlu Huizhi Lu
              hzlu Huizhi Lu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: