jackylee-ch opened a new pull request, #13992:
URL: https://github.com/apache/iceberg/pull/13992

   In our environments, Iceberg unit tests frequently fail due to 
`ADDRESS_ALREADY_IN_USE`, caused by ports lingering in the `TIME_WAIT` state. 
Although our `findFreePort()` method selects an available port and releases it 
immediatel, the OS may not release it quickly enough for reuse. To fix this, we 
enable port reuse, allowing ports in `TIME_WAIT` to be rebound 
immediately—significantly reducing test flakiness.


-- 
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: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to