We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c0489 commit 776269fCopy full SHA for 776269f
core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala
@@ -332,7 +332,7 @@ private[spark] class TaskSchedulerImpl(
332
taskIdToTaskSetManager.get(tid) match {
333
case Some(taskSet) =>
334
if (state == TaskState.LOST) {
335
- // TaskState.LOST is only used by the deprecated Mesos fine-grained scheduling mode,
+ // TaskState.LOST is only used by the Mesos fine-grained scheduling mode,
336
// where each executor corresponds to a single task, so mark the executor as failed.
337
val execId = taskIdToExecutorId.getOrElse(tid, throw new IllegalStateException(
338
"taskIdToTaskSetManager.contains(tid) <=> taskIdToExecutorId.contains(tid)"))
0 commit comments