HyukjinKwon opened a new pull request, #40123: URL: https://github.com/apache/spark/pull/40123
### What changes were proposed in this pull request? This PR proposes to do not cache local port. ### Why are the changes needed? When Spark Context is stopped, and started again, the Spark Connect server shuts down and starts up again too (while JVM itself is alive). So, we should not cache the local port but have the new local port. ### Does this PR introduce _any_ user-facing change? No, test-only. ### How was this patch tested? I tested it on the top of https://github.com/apache/spark/pull/40109. That PR should validate it. -- 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]
