chong0929 commented on code in PR #37721:
URL: https://github.com/apache/spark/pull/37721#discussion_r958469466


##########
core/src/main/scala/org/apache/spark/util/Utils.scala:
##########
@@ -2372,10 +2372,18 @@ private[spark] object Utils extends Logging {
 
     val serviceString = if (serviceName.isEmpty) "" else s" '$serviceName'"
     val maxRetries = portMaxRetries(conf)
+    val customPortEnable = conf.get(config.CUSTOM_SERVICE_PORT)

Review Comment:
   Thank you very much for your careful review, this configuration is indeed 
redundant.



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