Skip to content

Commit 814cfad

Browse files
author
madianjun
committed
Correct a log message
1 parent a9ae262 commit 814cfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,7 @@ private[spark] class DAGScheduler(
15211521
markStageAsFinished(failedStage, errorMessage = Some(failureMessage),
15221522
willRetry = !shouldAbortStage)
15231523
} else {
1524-
logDebug(s"Received fetch failure from $task, but its from $failedStage which is no " +
1524+
logDebug(s"Received fetch failure from $task, but it's from $failedStage which is no " +
15251525
s"longer running")
15261526
}
15271527

0 commit comments

Comments
 (0)