[
https://issues.apache.org/jira/browse/SPARK-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patrick Wendell updated SPARK-2144:
-----------------------------------
Component/s: (was: Spark Core)
> 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: 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)