GitHub user ericl opened a pull request:

    https://github.com/apache/spark/pull/17166

    [SPARK-19820] [core] Allow reason to be specified for task kill

    ## What changes were proposed in this pull request?
    
    This refactors the task kill path to allow specifying a reason for the task 
kill. The reason is propagated opaquely through events, and will show up in the 
UI automatically as `(N tasks killed: $reason)` and `TaskKilled: $reason`.
    
    Also, make the logic for whether a task failure should be retried explicit 
rather than special casing TaskKilled messages.
    
    cc @rxin
    
    ## How was this patch tested?
    
    Existing tests, tried killing some stages in the UI and verified the 
messages are as expected.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ericl/spark kill-reason

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/17166.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 #17166
    
----
commit e9178b61f356ecf4469a58a05ee4183e7beb4bf9
Author: Eric Liang <e...@google.com>
Date:   2017-03-04T23:47:36Z

    Allow reason to be specified for task kill

----


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

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

Reply via email to