You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Andrew Or (JIRA)" <ji...@apache.org> on 2016/09/21 21:46:21 UTC

[jira] [Resolved] (SPARK-17623) Failed tasks end reason is always a TaskFailedReason, types should reflect this

     [ https://issues.apache.org/jira/browse/SPARK-17623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Or resolved SPARK-17623.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 2.1.0

> Failed tasks end reason is always a TaskFailedReason, types should reflect this
> -------------------------------------------------------------------------------
>
>                 Key: SPARK-17623
>                 URL: https://issues.apache.org/jira/browse/SPARK-17623
>             Project: Spark
>          Issue Type: Improvement
>          Components: Scheduler, Spark Core
>    Affects Versions: 2.0.0
>            Reporter: Imran Rashid
>            Assignee: Imran Rashid
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> Minor code cleanup.  In TaskResultGetter, enqueueFailedTask currently deserializes the result as a TaskEndReason.  But the type is actually more specific, its a TaskFailedReason.  This just leads to more blind casting later on -- it would be more clear if the msg was cast to the right type immediately, so method parameter types could be tightened.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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