Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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)".