Skip to content

Commit 50b831f

Browse files
committed
Remove wrong comment
1 parent dcd15e8 commit 50b831f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedSchedulerBackend.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ class CoarseGrainedSchedulerBackend(scheduler: TaskSchedulerImpl, val rpcEnv: Rp
411411
* at once.
412412
*/
413413
protected def removeExecutor(executorId: String, reason: ExecutorLossReason): Unit = {
414-
// Only log the failure since we don't care about the result.
415414
driverEndpoint.send(RemoveExecutor(executorId, reason))
416415
}
417416

0 commit comments

Comments
 (0)