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

"Scheduler Delay" of a task is confusing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.3.0
    • 2.3.0
    • Web UI
    • None

    Description

      Run the following code and check the UI

      sc.makeRDD(1 to 1, 1).foreach { i => Thread.sleep(30000) }
      

      You will see "Scheduler Delay" of a task is almost the same as "Duration" until the task finishes. That's really confusing.

      In Spark 2.2, "Scheduler Delay" will be 0 until the task finishes. This is also not correct but less confusing.

      Attachments

        Activity

          People

            zsxwing Shixiong Zhu
            zsxwing Shixiong Zhu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: