Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20546#discussion_r167070392
  
    --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala ---
    @@ -1715,7 +1715,7 @@ class SparkContext(config: SparkConf) extends Logging 
{
       private[spark] def getRDDStorageInfo(filter: RDD[_] => Boolean): 
Array[RDDInfo] = {
    --- End diff --
    
    There's a single call to this method outside of tests, in 
`RDD.toDebugString`. That to me makes it another candidate to go away and be 
replaced with information from the `AppStatusStore`. Then maybe you can remove 
more code from `StorageStatus`.
    
    Have you taken a look at that?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to