gengliangwang commented on code in PR #46362:
URL: https://github.com/apache/spark/pull/46362#discussion_r1591663918
##########
core/src/main/scala/org/apache/spark/MapOutputTracker.scala:
##########
@@ -489,21 +488,24 @@ private[spark] class MapOutputTrackerMasterEndpoint(
extends RpcEndpoint with Logging {
logDebug("init") // force eager creation of logger
+ private def logInfoMsg(msg: MessageWithContext, shuffleId: Int, context:
RpcCallContext): Unit = {
Review Comment:
nit: add a blank line
--
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]