rtadepalli opened a new issue, #33993: URL: https://github.com/apache/arrow/issues/33993
### Describe the enhancement requested Today, the flight server is getting started on a random port in the ranges 49152-54152. This is a cause for flaky tests, and a quick mitigation would be to use `java.net.ServerSocket` by passing in 0 as the port value, and letting the OS assign a port. A more comprehensive fix can be implemented as part of #32954. ### Component(s) Java -- 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]
