GitHub user devaraj-kavali opened a pull request:

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

    [SPARK-13343] [CORE] speculative tasks that didn't commit shouldn't be 
marked as success

    ## What changes were proposed in this pull request?
    
    Now with this patch, killed tasks will not be considered as failed tasks 
and they get listed separately in the UI and also shows the task state as 
KILLED instead of FAILED.
    
    ## How was this patch tested?
    
    I have verified this patch manually, when any attempt gets killed then they 
are considered as KILLED tasks and not considered as FAILED tasks. Please find 
the attached screen shots for the reference. 
[SPARK-13965](https://issues.apache.org/jira/browse/SPARK-13965)/https://github.com/apache/spark/pull/11778
 kills the running task attempts immediately when any one of the task succeed 
and this patch will show consider and show them as KILLED.
    
![stage-tasks-table](https://cloud.githubusercontent.com/assets/3174804/13984882/1e8deb66-f11f-11e5-9a89-e571dc5f1eef.png)
    
![stages-table](https://cloud.githubusercontent.com/assets/3174804/13984881/1e8d8216-f11f-11e5-9d29-22a7aca94938.png)


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

    $ git pull https://github.com/devaraj-kavali/spark SPARK-13343

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

    https://github.com/apache/spark/pull/11916.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 #11916
    
----
commit 7c033b6d6dd7eb1d9296d82a965facec95dd6757
Author: Devaraj K <deva...@apache.org>
Date:   2016-03-23T12:11:30Z

    [SPARK-13343] [CORE] speculative tasks that didn't commit shouldn't be
    marked as success

----


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