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 2020/07/17 17:11:00 UTC

[jira] [Assigned] (SPARK-32349) [UI] Reduce unnecessary allexecutors call when render stage page executor summary

     [ https://issues.apache.org/jira/browse/SPARK-32349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-32349:
------------------------------------

    Assignee:     (was: Apache Spark)

> [UI] Reduce unnecessary allexecutors call when render stage page executor summary
> ---------------------------------------------------------------------------------
>
>                 Key: SPARK-32349
>                 URL: https://issues.apache.org/jira/browse/SPARK-32349
>             Project: Spark
>          Issue Type: Improvement
>          Components: Web UI
>    Affects Versions: 3.0.0
>            Reporter: Zhongwei Zhu
>            Priority: Minor
>
> Currently, stage page executor summary table data are built by merge /allexecutors response and stage.executorSummary. The data needed from /allexecutor are only two fields: hostPort and executorLogs.
> By adding both fields in v1.ExecutorStageSummary, we can save one /allexecutors call and make frontend logic simpler



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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