Andrew Or created SPARK-2144:
--------------------------------

             Summary: SparkUI Executors tab displays incorrect RDD blocks
                 Key: SPARK-2144
                 URL: https://issues.apache.org/jira/browse/SPARK-2144
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 1.0.0
            Reporter: Andrew Or
             Fix For: 1.0.1


If a block is dropped because of memory pressure, this is not reflected in the 
"RDD Blocks" column on the Executors page.

This is because StorageStatusListener updates the StorageLevel of the dropped 
block to StorageLevel.None, but does not remove it from the list. This is a 
simple fix.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to