RFR: 8341637: java/net/Socket/UdpSocket.java fails with "java.net.BindException: Address already in use" (macos-aarch64)

Jaikiran Pai jpai at openjdk.org
Mon Oct 14 11:16:14 UTC 2024


On Mon, 7 Oct 2024 13:13:44 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

> UdpSocket has been observed failing again in the CI.
> [JDK-8265362](https://bugs.openjdk.org/browse/JDK-8265362) added a retry-once policy. 
> This fix proposes to retry once more, and adds a bit of delay between retries.

This looks reasonable to me.

-------------

Marked as reviewed by jpai (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/21388#pullrequestreview-2366284321


More information about the net-dev mailing list