You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2014/06/18 21:58:24 UTC

[jira] [Updated] (SPARK-768) Fail a task when the remote block it is fetching is not serializable

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

Reynold Xin updated SPARK-768:
------------------------------

    Target Version/s: 1.1.0

> Fail a task when the remote block it is fetching is not serializable
> --------------------------------------------------------------------
>
>                 Key: SPARK-768
>                 URL: https://issues.apache.org/jira/browse/SPARK-768
>             Project: Spark
>          Issue Type: Bug
>            Reporter: Reynold Xin
>            Assignee: Reynold Xin
>
> When a task is fetching a remote block (e.g. locality wait exceeded), and if the block is not serializable, the task would hang.
> The block manager should fail the task instead of hanging the task ... once the task fails, eventually it will get scheduled to the local node to be executed successfully. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)