LuciferYang commented on code in PR #49350:
URL: https://github.com/apache/spark/pull/49350#discussion_r1908108459


##########
common/network-common/src/main/java/org/apache/spark/network/server/TransportServer.java:
##########
@@ -151,7 +153,10 @@ protected void initChannel(SocketChannel ch) {
 
     InetSocketAddress localAddress = (InetSocketAddress) 
channelFuture.channel().localAddress();
     port = localAddress.getPort();
-    logger.debug("Shuffle server started on {} with port {}", 
localAddress.getHostString(), port);
+    logger.info("{} server started on {} with port {}",

Review Comment:
   I raised this because I found that in addition to `shuffle server started on 
...`,  `rpc server started on ...` was also printed in the test logs. Before 
this change, it only printed `Shuffle server started on ...`, so I think this 
is more of a bug fix.



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