gengliangwang commented on code in PR #45957:
URL: https://github.com/apache/spark/pull/45957#discussion_r1563376076


##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/scheduler/cluster/k8s/ExecutorPodsAllocator.scala:
##########
@@ -210,10 +211,10 @@ class ExecutorPodsAllocator(
     }
 
     if (timedOut.nonEmpty) {
-      logWarning(s"Executors with ids ${timedOut.mkString(",")} were not 
detected in the" +
-        s" Kubernetes cluster after $podCreationTimeout ms despite the fact 
that a previous" +
-        " allocation attempt tried to create them. The executors may have been 
deleted but the" +
-        " application missed the deletion event.")
+      logWarning(log"Executors with ids ${MDC(RESOURCE_NAME, 
timedOut.mkString(","))}} were not " +

Review Comment:
   Should this be EXECUTOR_IDS?



-- 
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]

Reply via email to