Skip to content

Commit

Permalink
some more white space change undone
Browse files Browse the repository at this point in the history
  • Loading branch information
tsliwowicz committed Oct 23, 2014
1 parent 41a2217 commit 094d508
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ class BlockManagerMasterActor(val isLocal: Boolean, conf: SparkConf, listenerBus

private def removeBlockManager(blockManagerId: BlockManagerId) {
val info = blockManagerInfo(blockManagerId)

// Remove the block manager from blockManagerIdByExecutor.
blockManagerIdByExecutor -= blockManagerId.executorId

// Remove it from blockManagerInfo and remove all the blocks.
blockManagerInfo.remove(blockManagerId)
val iterator = info.blocks.keySet.iterator
Expand Down

0 comments on commit 094d508

Please sign in to comment.