Skip to content

Commit a68c2f2

Browse files
author
Marcelo Vanzin
committed
Add log.
1 parent 76de32a commit a68c2f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/scala/org/apache/spark/executor/Executor.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,8 @@ private[spark] class Executor(
502502
}
503503
setTaskFinishedAndClearInterruptStatus()
504504
execBackend.statusUpdate(taskId, TaskState.FAILED, serializedTaskEndReason)
505+
} else {
506+
logInfo("Not reporting error to driver during JVM shutdown.")
505507
}
506508

507509
// Don't forcibly exit unless the exception was inherently fatal, to avoid

0 commit comments

Comments
 (0)