You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/05/29 03:56:17 UTC

[jira] [Commented] (SPARK-7932) Scheduler delay shown in event timeline is incorrect

    [ https://issues.apache.org/jira/browse/SPARK-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14564065#comment-14564065 ] 

Apache Spark commented on SPARK-7932:
-------------------------------------

User 'kayousterhout' has created a pull request for this issue:
https://github.com/apache/spark/pull/6484

> Scheduler delay shown in event timeline is incorrect
> ----------------------------------------------------
>
>                 Key: SPARK-7932
>                 URL: https://issues.apache.org/jira/browse/SPARK-7932
>             Project: Spark
>          Issue Type: Bug
>          Components: Web UI
>            Reporter: Kay Ousterhout
>            Assignee: Kay Ousterhout
>            Priority: Minor
>
> In StagePage.scala, we round *down* to the nearest percent when computing the proportion of a task's time spend in each phase of execution.  Scheduler delay is computed by taking 100 - sum(all other proportions), which means that a few extra percent may go into the scheduler delay.  As a result, scheduler delay can appear larger in the visualization than it actually is.
> cc [~shivaram]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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