LuciferYang commented on code in PR #37721:
URL: https://github.com/apache/spark/pull/37721#discussion_r969225002
##########
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:
I suggest defining a port range, such as (min, max], and randomly choosing
to try bind within this range.
--
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]