Skip to content

Commit

Permalink
update log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
squito committed Jul 17, 2015
1 parent 4470fa1 commit 6bc23af
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,8 @@ class DAGScheduler(

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

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

0 comments on commit 6bc23af

Please sign in to comment.