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/06/29 07:07:04 UTC

[jira] [Commented] (SPARK-8694) Defer executing drawTaskAssignmentTimeline until page loaded to avoid to freeze the page

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

Apache Spark commented on SPARK-8694:
-------------------------------------

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

> Defer executing drawTaskAssignmentTimeline until page loaded to avoid to freeze the page
> ----------------------------------------------------------------------------------------
>
>                 Key: SPARK-8694
>                 URL: https://issues.apache.org/jira/browse/SPARK-8694
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Web UI
>    Affects Versions: 1.4.0, 1.5.0
>            Reporter: Kousuke Saruta
>
> When there are massive tasks in the stage page (such as, running sc.parallelize(1 to 100000, 10000).count()), Event Timeline needs 15+ seconds to render the graph (drawTaskAssignmentTimeline) in my environment. The page is unresponsive until the graph is ready.
> However, since Event Timeline is hidden by default, we can defer drawTaskAssignmentTimeline until page loaded to avoid freezing the page. So that the user can view the page while rendering Event Timeline in the background.
> This PR puts drawTaskAssignmentTimeline into $(function(){}) to avoid blocking loading page.



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