chong0929 commented on code in PR #37721:
URL: https://github.com/apache/spark/pull/37721#discussion_r972592186
##########
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.
--
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]