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 2022/04/20 03:40:00 UTC

[jira] [Commented] (SPARK-38550) Use a disk-based store to save more information in live UI to help debug

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

Apache Spark commented on SPARK-38550:
--------------------------------------

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

> Use a disk-based store to save more information in live UI to help debug
> ------------------------------------------------------------------------
>
>                 Key: SPARK-38550
>                 URL: https://issues.apache.org/jira/browse/SPARK-38550
>             Project: Spark
>          Issue Type: Task
>          Components: Spark Core, SQL
>    Affects Versions: 3.3.0
>            Reporter: Linhong Liu
>            Assignee: Linhong Liu
>            Priority: Major
>             Fix For: 3.4.0
>
>
> In Spark, the UI lacks troubleshooting abilities. For example:
> * AQE plan changes are not available
> * plan description of a large plan is truncated
> This is because the live UI depends on an in-memory KV store. We should always be worried
> about the stability issues when adding more information to the store.
> Therefore, it's better to add a disk-based store to save more information



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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