Skip to content

Commit 6bc23af

Browse files
committed
update log msg
1 parent 4470fa1 commit 6bc23af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,8 @@ class DAGScheduler(
11301130

11311131
if (failedStage.latestInfo.attemptId != task.stageAttemptId) {
11321132
logInfo(s"Ignoring fetch failure from $task as it's from $failedStage attempt" +
1133-
s" ${task.stageAttemptId}, which has already failed")
1133+
s" ${task.stageAttemptId} and there is a more recent attempt for that stage " +
1134+
s"(attempt ID ${failedStage.latestInfo.attemptId}) running")
11341135
} else {
11351136

11361137
// It is likely that we receive multiple FetchFailed for a single stage (because we have

0 commit comments

Comments
 (0)