Skip to content

Commit 0f52483

Browse files
committed
review commit
1 parent 83ce29b commit 0f52483

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ class CoarseGrainedSchedulerBackend(scheduler: TaskSchedulerImpl, actorSystem: A
156156
case e: Exception => logError("Exception in error callback", e)
157157
}
158158
}
159-
// scheduler.error(msg)
160-
// TODO: Need to throw an exception?
161-
// throw new SparkException(msg)
162159
}
163160
else {
164161
freeCores(task.executorId) -= scheduler.CPUS_PER_TASK

0 commit comments

Comments
 (0)