Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tsliwowicz committed Oct 12, 2014
1 parent efd93f2 commit 81d69f0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ class BlockManagerMasterActor(val isLocal: Boolean, conf: SparkConf) extends Act
if (!blockManagerInfo.contains(id)) {
blockManagerIdByExecutor.get(id.executorId) match {
case Some(manager) =>
// A block manager of the same executor already exists.
// This should never happen. Let's just quit.
// A block manager of the same executor already exists so remove it (assumed dead).
logError("Got two different block manager registrations on same executor - will remove, new Id " + id+", orig id - "+manager)
removeExecutor(id.executorId)
case None =>
Expand Down

0 comments on commit 81d69f0

Please sign in to comment.