[
https://issues.apache.org/jira/browse/SPARK-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shixiong Zhu resolved SPARK-1583.
---------------------------------
Resolution: Fixed
Fix Version/s: 1.0.0
> Use java.util.HashMap.remove by mistake in
> BlockManagerMasterActor.removeBlockManager
> -------------------------------------------------------------------------------------
>
> Key: SPARK-1583
> URL: https://issues.apache.org/jira/browse/SPARK-1583
> Project: Spark
> Issue Type: Bug
> Components: Spark Core
> Reporter: Shixiong Zhu
> Assignee: Shixiong Zhu
> Labels: easyfix
> Fix For: 1.0.0
>
>
> The following code in BlockManagerMasterActor.removeBlockManager uses a value
> to remove an entry from java.util.HashMap.
> if (locations.size == 0) {
> blockLocations.remove(locations)
> }
> Should change to "blockLocations.remove(blockId)".
--
This message was sent by Atlassian JIRA
(v6.2#6252)