Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-27198

Heartbeat interval mismatch in driver and executor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.3.3, 2.4.0
    • 2.4.1
    • Spark Core

    Description

      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

       

       

      Attachments

        Issue Links

          Activity

            People

              ajithshetty Ajith S
              ajithshetty Ajith S
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: