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

Marcelo Vanzin resolved SPARK-20659.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.4.0

Issue resolved by pull request 20546
[https://github.com/apache/spark/pull/20546]

> Remove StorageStatus, or make it private.
> -----------------------------------------
>
>                 Key: SPARK-20659
>                 URL: https://issues.apache.org/jira/browse/SPARK-20659
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 2.3.0
>            Reporter: Marcelo Vanzin
>            Assignee: Attila Zsolt Piros
>            Priority: Major
>             Fix For: 2.4.0
>
>
> With the work being done in SPARK-18085, StorageStatus is not used anymore by 
> the UI. It's still used in a couple of other places, though:
> - {{SparkContext.getExecutorStorageStatus}}
> - {{BlockManagerSource}} (a metrics source)
> Both could be changed to use the REST API types; the first one could be 
> replaced with a new method in {{SparkStatusTracker}}, which I also think is a 
> better place for it anyway.



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