Z1Wu commented on code in PR #3051:
URL: https://github.com/apache/celeborn/pull/3051#discussion_r1903636589
##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/FetchHandler.scala:
##########
@@ -511,7 +511,8 @@ class FetchHandler(
client: TransportClient,
streamChunkSlice: StreamChunkSlice,
req: RequestMessage): Unit = {
- logDebug(s"Received req from
${NettyUtils.getRemoteAddress(client.getChannel)}" +
+ val remoteAddr = NettyUtils.getRemoteAddress(client.getChannel)
Review Comment:
Nice catch, this object is only used in some scenarios.
--
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]