You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "rtadepalli (via GitHub)" <gi...@apache.org> on 2023/02/02 00:14:13 UTC

[GitHub] [arrow] rtadepalli opened a new issue, #33993: [Java] Let OS assign port in FlightTestUtil#getStartedServer

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] lidavidm closed issue #33993: [Java] Let OS assign port in FlightTestUtil#getStartedServer

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #33993: [Java] Let OS assign port in FlightTestUtil#getStartedServer
URL: https://github.com/apache/arrow/issues/33993


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org