holdenk commented on a change in pull request #28864:
URL: https://github.com/apache/spark/pull/28864#discussion_r442496068
##########
File path: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
##########
@@ -2273,7 +2273,7 @@ private[scheduler] class
DAGSchedulerEventProcessLoop(dagScheduler: DAGScheduler
case ExecutorLost(execId, reason) =>
val workerLost = reason match {
- case SlaveLost(_, true) => true
+ case AgentLost(_, true) => true
Review comment:
I believe it refers to the host/container level (which can have multiple
workers running inside it, although that's deprecated). The documentation of
these older message classes is a little sparse though so if you've got a better
name I'm all ears.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]