We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76de32a commit a68c2f2Copy full SHA for a68c2f2
core/src/main/scala/org/apache/spark/executor/Executor.scala
@@ -502,6 +502,8 @@ private[spark] class Executor(
502
}
503
setTaskFinishedAndClearInterruptStatus()
504
execBackend.statusUpdate(taskId, TaskState.FAILED, serializedTaskEndReason)
505
+ } else {
506
+ logInfo("Not reporting error to driver during JVM shutdown.")
507
508
509
// Don't forcibly exit unless the exception was inherently fatal, to avoid
0 commit comments