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


##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -2429,4 +2429,18 @@ package object config {
       .version("3.4.0")
       .timeConf(TimeUnit.MILLISECONDS)
       .createWithDefaultString("5s")
+
+  private[spark] val CUSTOM_SERVICE_PORT_ORIGIN =

Review Comment:
   > If need limited to (40000, 50000], the range can be controlled by the conf 
of spark.port.maxRetries.
   
   I'm not sure whether using `spark.port.maxRetries` to control the port range 
is a good idea, which looks more like a trick
   



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