GitHub user nlyu opened a pull request:
https://github.com/apache/spark/pull/18819
[SPARK-20713][Spark Core] Convert CommitDenied to TaskKilled.
## What changes were proposed in this pull request?
In executor, toTaskFailedReason is converted to toTaskCommitDeniedReason to
avoid the inconsistency of taskState. In JobProgressListener, add case
TaskCommitDenied so that now the stage killed number is been incremented other
than failed number.
This pull request is picked up from:
https://github.com/apache/spark/pull/18070 using commit:
ff93ade0248baf3793ab55659042f9d7b8efbdef
Add case TaskCommitDenied after pull/18070.
## How was this patch tested?
Run a normal speculative job and check the Stage UI page, should have no
failed displayed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nlyu/spark SPARK-20713
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/18819.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 #18819
----
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]