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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to