Marcelo Vanzin created SPARK-20659: -------------------------------------- Summary: 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
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 (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org