Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[SPARK-19755][Mesos] specifying that it's mesos task failing
  • Loading branch information
IgorBerman committed Jun 15, 2018
commit 5eda874e1b9b05396c57413b743995201e02ec3d
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ private[spark] class MesosCoarseGrainedSchedulerBackend(
gpusByTaskId -= taskId
}
if (TaskState.isFailed(state)) {
logError(s"Task $taskId failed on Mesos slave $slaveId.")
logError(s"Mesos task $taskId failed on Mesos slave $slaveId.")
}
executorTerminated(d, slaveId, taskId, s"Executor finished with state $state")
// In case we'd rejected everything before but have now lost a node
Expand Down