You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/scheduler/cluster/k8s/ExecutorPodsLifecycleManager.scala
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -59,22 +59,22 @@ private[spark] class ExecutorPodsLifecycleManager(
59
59
state match {
60
60
case deleted@PodDeleted(_) =>
61
61
safeLogDebug(
62
-
"Snapshot reported deleted executor with id {execId} and pod name {podName}",
0 commit comments