teeyog commented on issue #26241: [SPARK-29585][WEBUI] Fix stagePage duration
URL: https://github.com/apache/spark/pull/26241#issuecomment-546550945
 
 
   @srowen @uncleGen The phenomenon is: If a stage has only one task, then the 
duration displayed in `Metrics for 1 Completed Tasks` should be the same as the 
duration of the specific task below, and same as duration in stagePage, but it 
is different now, because the first two are using executorRunTime , while 
stagePage uses ```completed time - launched time```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to