GitHub user caneGuy opened a pull request:
https://github.com/apache/spark/pull/19132
[SPARK-21922] Fix duration always updating when task failed but status is
still RUNâ¦
â¦NING
## What changes were proposed in this pull request?
When executor failed and task metrics have not send to driver,the status
will always be 'RUNNING' and the duration will be 'CurrentTime - launchTime'.
We can fix this time by modify time of event log.
And the result picture is uploaded in
[SPARK-21922](https://issues.apache.org/jira/browse/SPARK-21922)
## How was this patch tested?
Deploy historyserver and open a same job.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/caneGuy/spark zhoukang/fix-duration
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19132.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #19132
----
commit 03a33a96c3cae0e4272a7bae2230f3a8c2c4589a
Author: zhoukang <[email protected]>
Date: 2017-09-05T10:28:06Z
Fix duration always updating when task failed but status is still RUNNING
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]