chong0929 commented on code in PR #37721:
URL: https://github.com/apache/spark/pull/37721#discussion_r972589903
##########
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:
Thanks for your reviews, this option was considered and the current design
focuses on maximising the reuse of the original logic and minimising the
increase in configuration.
--
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]