panbingkun commented on code in PR #46986:
URL: https://github.com/apache/spark/pull/46986#discussion_r1650276697
##########
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala:
##########
@@ -869,7 +868,7 @@ private[spark] class ApplicationMaster(
}
} else {
logError(log"Application Master lost connection with driver!
Shutting down. " +
- log"${MDC(LogKeys.REMOTE_ADDRESS, remoteAddress)}")
+ log"${MDC(LogKeys.HOST_PORT, remoteAddress)}")
Review Comment:
I remember there was a PR before that had already unified `REMOTE_ADDRESS`
as `HOST_PORT`
--
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]