You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Nong Li (JIRA)" <ji...@apache.org> on 2015/12/17 20:42:46 UTC

[jira] [Created] (SPARK-12411) Reconsider executor heartbeats rpc timeout

Nong Li created SPARK-12411:
-------------------------------

             Summary: Reconsider executor heartbeats rpc timeout
                 Key: SPARK-12411
                 URL: https://issues.apache.org/jira/browse/SPARK-12411
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
            Reporter: Nong Li


Currently, the timeout for checking when an executor is failed is the same as the timeout of the sender ("spark.network.timeout") which defaults to 120s. 

This means if there is a network issue, the executor only gets one try to heartbeat which probably causes the failure detection to be flaky. 

The executor has a config to control how often to heartbeat (spark.executor.heartbeatInterval) which defaults to 10s. This combination of configs doesn't seem to make sense. The heartbeat rpc timeout should probably be less than or equal to the heartbeatInterval.



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