Github user attilapiros commented on a diff in the pull request:
https://github.com/apache/spark/pull/20203#discussion_r161070422
--- Diff:
core/src/main/scala/org/apache/spark/status/AppStatusListener.scala ---
@@ -211,6 +211,11 @@ private[spark] class AppStatusListener(
updateBlackListStatus(event.executorId, true)
}
+ override def onExecutorBlacklistedForStage(
+ event: SparkListenerExecutorBlacklistedForStage): Unit = {
+ updateBlackListStatusForStage(event.executorId, event.stageId,
event.stageAttemptId)
+ }
+
--- End diff --
Good catch. I will add the test tomorrow.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]