You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shixiong Zhu (JIRA)" <ji...@apache.org> on 2018/02/03 00:25:00 UTC

[jira] [Created] (SPARK-23326) "Scheduler Delay" of a task is confusing

Shixiong Zhu created SPARK-23326:
------------------------------------

             Summary: "Scheduler Delay" of a task is confusing
                 Key: SPARK-23326
                 URL: https://issues.apache.org/jira/browse/SPARK-23326
             Project: Spark
          Issue Type: Bug
          Components: Web UI
    Affects Versions: 2.3.0
         Environment: Run the following code and check the UI
{code}
sc.makeRDD(1 to 1, 1).foreach { i => Thread.sleep(30000) }
{code}

You will see "Scheduler Delay" of a task is almost the same as "Duration" until the task finishes.
            Reporter: Shixiong Zhu






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