[
https://issues.apache.org/jira/browse/SPARK-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patrick Wendell resolved SPARK-2144.
------------------------------------
Resolution: Fixed
Fix Version/s: 1.1.0
Issue resolved by pull request 1080
[https://github.com/apache/spark/pull/1080]
> 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, Web UI
> Affects Versions: 1.0.0
> Reporter: Andrew Or
> Assignee: Andrew Or
> Fix For: 1.0.1, 1.1.0
>
>
> 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)