RFR: 8350019: HttpClient: DelegatingExecutor should resort to the fallback executor only on RejectedExecutionException

Daniel Fuchs dfuchs at openjdk.org
Thu Feb 20 16:52:54 UTC 2025


On Thu, 20 Feb 2025 14:31:38 GMT, Volkan Yazici <vyazici at openjdk.org> wrote:

> Updates `HttpClientImpl.DelegatingExecutor` to resort to the fallback executor only on `RejectedExecutionException`. `DelegatingExecutorTest` is added to verify the behavior of `DelegatingExecutor`. `tier1,2` reports are attached to the ticket.

Thanks for noticing this glitch and fixing it @vy. This looks good to me. Approving on the condition you have double checked that the tests are still stable.

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

Marked as reviewed by dfuchs (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/23713#pullrequestreview-2630567465


More information about the net-dev mailing list