mridulm commented on code in PR #48249:
URL: https://github.com/apache/spark/pull/48249#discussion_r1776084798
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/scheduler/cluster/k8s/KubernetesClusterSchedulerBackend.scala:
##########
@@ -356,7 +356,7 @@ private[spark] class KubernetesClusterSchedulerBackend(
execIDRequester -= rpcAddress
// Expected, executors re-establish a connection with an ID
case _ =>
- logInfo(log"No executor found for ${MDC(HOST_PORT, rpcAddress)}")
+ logDebug(log"No executor found for ${MDC(HOST_PORT,
rpcAddress)}")
Review Comment:
If we are making it logDebug, drop `log` ?
--
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]