zeal-thinker commented on code in PR #48551:
URL: https://github.com/apache/spark/pull/48551#discussion_r1809760899
##########
core/src/main/scala/org/apache/spark/util/SparkUncaughtExceptionHandler.scala:
##########
@@ -36,6 +38,17 @@ private[spark] class SparkUncaughtExceptionHandler(val
exitOnUncaughtException:
val _ = SparkExitCode.OOM
}
+ // The maximum depth to search in the exception cause chain for a fatal
error,
+ // as defined by killOnFatalErrorDepth in Executor.scala.
+ //
Review Comment:
Minor: Want to remove Executor.scala as KILL_ON_FATAL_DEPTH is defined in
package.scala?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]