Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1262#discussion_r14328143
  
    --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala ---
    @@ -67,28 +61,28 @@ private[ui] class StagePage(parent: JobProgressTab) 
extends WebUIPage("stage") {
               <ul class="unstyled">
                 <li>
                   <strong>Total task time across all tasks: </strong>
    -              
{UIUtils.formatDuration(listener.stageIdToTime.getOrElse(stageId, 0L) + 
activeTime)}
    +              {UIUtils.formatDuration(stageData.executorRunTime)}
    --- End diff --
    
    Note that I dropped activeTime here (time taken for currently active tasks) 
because I'm not sure if the extra data structure required to track this is 
worth the benefit (I don't know if anybody really looks at this ...)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to