AngersZhuuuu commented on code in PR #2367: URL: https://github.com/apache/incubator-celeborn/pull/2367#discussion_r1521178283
########## worker/src/main/scala/org/apache/celeborn/service/deploy/worker/Worker.scala: ########## @@ -293,6 +293,9 @@ private[celeborn] class Worker( private val masterClient = new MasterClient(internalRpcEnvInUse, conf, true) + private val rackResolver = new CelebornRackResolver(conf) + private val networkLocation = rackResolver.resolve(host).getNetworkLocation Review Comment: Also add this info to 270 line worker info? -- 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]
