You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/06/05 09:08:05 UTC

[GitHub] [spark] cxzl25 opened a new pull request, #36770: [SPARK-39382][WEBUI] UI show the duartion of the failed task when the executor lost

cxzl25 opened a new pull request, #36770:
URL: https://github.com/apache/spark/pull/36770

   ### What changes were proposed in this pull request?
   When task status is failed and `executorRunTime` has no value, try to use `duration`.
   
   
   ### Why are the changes needed?
   When the executor is lost due to OOM or other reasons, the metrics of these failed tasks do not `have executorRunTime`, which results in that the duration cannot be displayed in the UI.
   Sometimes it is not very intuitive to see how long this task runs before it fails.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   manual test
   


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] github-actions[bot] closed pull request #36770: [SPARK-39382][WEBUI] UI show the duration of the failed task when the executor lost

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed pull request #36770: [SPARK-39382][WEBUI] UI show the duration of the failed task when the executor lost
URL: https://github.com/apache/spark/pull/36770


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] github-actions[bot] commented on pull request #36770: [SPARK-39382][WEBUI] UI show the duration of the failed task when the executor lost

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #36770:
URL: https://github.com/apache/spark/pull/36770#issuecomment-1256814923

   We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
   If you'd like to revive this PR, please reopen it and ask a committer to remove the Stale tag!


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #36770: [SPARK-39382][WEBUI] UI show the duartion of the failed task when the executor lost

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on PR #36770:
URL: https://github.com/apache/spark/pull/36770#issuecomment-1146784611

   Can one of the admins verify this patch?


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] cxzl25 commented on pull request #36770: [SPARK-39382][WEBUI] UI show the duartion of the failed task when the executor lost

Posted by GitBox <gi...@apache.org>.
cxzl25 commented on PR #36770:
URL: https://github.com/apache/spark/pull/36770#issuecomment-1146770734

   ## Current
   ![fail_task_current](https://user-images.githubusercontent.com/3898450/172043757-c9b8bf54-1c80-4a0e-b67e-a2a4d79e93b0.png)
   
   
   ## Fix
   ![fail_task_duration](https://user-images.githubusercontent.com/3898450/172043632-e2a9db29-e424-400d-b7e1-a5a28bc91b9d.png)
   


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org