dongjoon-hyun commented on code in PR #45979:
URL: https://github.com/apache/spark/pull/45979#discussion_r1559145766
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/scheduler/cluster/k8s/ExecutorPodsLifecycleManager.scala:
##########
@@ -166,15 +166,19 @@ private[spark] class ExecutorPodsLifecycleManager(
private def removeExecutorFromK8s(execId: Long, updatedPod: Pod): Unit = {
Utils.tryLogNonFatalError {
if (shouldDeleteExecutors) {
+ // Get pod before deleting it, we can skip deleting if pod is already
deleted so that
Review Comment:
How can I help you to verify this? I'm wondering if you can provide a test
coverage.
--
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]