holdenk commented on a change in pull request #29367:
URL: https://github.com/apache/spark/pull/29367#discussion_r466626454
##########
File path:
core/src/main/scala/org/apache/spark/scheduler/dynalloc/ExecutorMonitor.scala
##########
@@ -149,6 +151,19 @@ private[spark] class ExecutorMonitor(
nextTimeout.set(Long.MinValue)
}
+ private[spark] def executorsDecommissioned(ids: Seq[String]): Unit = {
Review comment:
This matches the function for killing executors (`executorsKilled`), so
I think keeping the naming convention consistent is better.
----------------------------------------------------------------
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]