You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/09/27 02:08:20 UTC

[jira] [Commented] (SPARK-17675) Add Blacklisting of Executors & Nodes within one TaskSet

    [ https://issues.apache.org/jira/browse/SPARK-17675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15524790#comment-15524790 ] 

Apache Spark commented on SPARK-17675:
--------------------------------------

User 'squito' has created a pull request for this issue:
https://github.com/apache/spark/pull/15249

> Add Blacklisting of Executors & Nodes within one TaskSet
> --------------------------------------------------------
>
>                 Key: SPARK-17675
>                 URL: https://issues.apache.org/jira/browse/SPARK-17675
>             Project: Spark
>          Issue Type: Task
>          Components: Scheduler
>    Affects Versions: 2.0.0
>            Reporter: Imran Rashid
>            Assignee: Imran Rashid
>
> This is a step along the way to SPARK-8425 -- see the design doc on that jira for a complete discussion of blacklisting.
> To enable incremental review, the first step proposed here is to expand the blacklisting within tasksets.  In particular, this will enable blacklisting for
> * (task, executor) pairs (this already exists via an undocumented config)
> * (task, node)
> * (taskset, executor)
> * (taskset, node)
> In particular, adding (task, node) is critical to making spark fault-tolerant of one-bad disk in a cluster, without requiring careful tuning of "spark.task.maxFailures".  The other additions are also important to avoid many misleading task failures and long scheduling delays when there is one bad node on a large cluster.



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