Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-30458

The Executor Computing Time in Time Line of Stage Page is Wrong

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.0.2, 2.1.3, 2.2.3, 2.3.4, 2.4.4, 3.0.0
    • 2.4.5, 3.0.0
    • Web UI
    • None

    Description

      The Executor Computing Time in Time Line of Stage Page is Wrong. It includes the Scheduler Delay Time, while the Proportion excludes the Scheduler Delay

      val executorOverhead = serializationTime + deserializationTime
      val executorRunTime = if (taskInfo.duration.isDefined)

      { totalExecutionTime - executorOverhead - gettingResultTime }

      else

      { metricsOpt.map(_.executorRunTime).getOrElse( totalExecutionTime - executorOverhead - gettingResultTime) }

      val executorComputingTime = executorRunTime - shuffleReadTime - shuffleWriteTime
      val executorComputingTimeProportion =
      math.max(100 - schedulerDelayProportion - shuffleReadTimeProportion -
      shuffleWriteTimeProportion - serializationTimeProportion -
      deserializationTimeProportion - gettingResultTimeProportion, 0)

      Attachments

        Issue Links

          Activity

            People

              sddyljsx SongXun
              sddyljsx SongXun
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 24h
                  24h
                  Remaining:
                  Remaining Estimate - 24h
                  24h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified