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

Apache Spark reassigned SPARK-22754:
------------------------------------

    Assignee:     (was: Apache Spark)

> Check spark.executor.heartbeatInterval setting in case of ExecutorLost
> ----------------------------------------------------------------------
>
>                 Key: SPARK-22754
>                 URL: https://issues.apache.org/jira/browse/SPARK-22754
>             Project: Spark
>          Issue Type: Improvement
>          Components: Deploy
>    Affects Versions: 2.1.0
>            Reporter: zhoukang
>            Priority: Minor
>
> If spark.executor.heartbeatInterval bigger than spark.network.timeout,it will 
> almost always cause exception below.
> {code:java}
> Job aborted due to stage failure: Task 4763 in stage 3.0 failed 4 times, most 
> recent failure: Lost task 4763.3 in stage 3.0 (TID 22383, executor id: 4761, 
> host: c3-hadoop-prc-st2966.bj): ExecutorLostFailure (executor 4761 exited 
> caused by one of the running tasks) Reason: Executor heartbeat timed out 
> after 154022 ms
> {code}
> Since many users do not get that point.He will set 
> spark.executor.heartbeatInterval incorrectly.
> We should check this case when submit applications.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to