Skip to content

Commit

Permalink
replace warning message per review
Browse files Browse the repository at this point in the history
  • Loading branch information
roxchkplusony committed Nov 26, 2014
1 parent 5e7fdea commit aba9184
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ class CoarseGrainedSchedulerBackend(scheduler: TaskSchedulerImpl, val actorSyste
executorInfo.executorActor ! KillTask(taskId, executorId, interruptThread)
case None =>
// Ignoring the task kill since the executor is not registered.
logWarning(s"Ignored task kill $taskId $executorId"
+ " for unknown executor $sender with ID $executorId")
logWarning(s"Attempted to kill task $taskId for unknown executor $executorId.")
}

case StopDriver =>
Expand Down

0 comments on commit aba9184

Please sign in to comment.