You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Ajith S (JIRA)" <ji...@apache.org> on 2019/03/19 04:34:00 UTC

[jira] [Created] (SPARK-27198) Heartbeat interval mismatch in driver and executor

Ajith S created SPARK-27198:
-------------------------------

             Summary: Heartbeat interval mismatch in driver and executor
                 Key: SPARK-27198
                 URL: https://issues.apache.org/jira/browse/SPARK-27198
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 2.4.0, 2.3.3
            Reporter: Ajith S


When heartbeat interval is configured via *spark.executor.heartbeatInterval* without specifying units, we have time mismatched between driver(considers in seconds) and executor(considers as milliseconds)

 [https://github.com/apache/spark/blob/v2.4.1-rc8/core/src/main/scala/org/apache/spark/SparkConf.scala#L613]

vs

[https://github.com/apache/spark/blob/v2.4.1-rc8/core/src/main/scala/org/apache/spark/executor/Executor.scala#L858]

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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