RFR: 8316031: SSLFlowDelegate should not log from synchronized block
Daniel Jeliński
djelinski at openjdk.org
Fri Sep 15 12:50:39 UTC 2023
On Fri, 15 Sep 2023 12:16:10 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
> The java/net/httpclient/HttpClientLocalAddrTest.java has been observed failing relatively frequently in timeout - and the log shows a Carrier thread being pinned.
> Whether that's the root cause of the test failure is hard to say, but we should fix the code to avoid pinned threads. This is one path that had escaped my notice when I went through the HttpClient code before.
LGTM. Thanks!
-------------
Marked as reviewed by djelinski (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/15761#pullrequestreview-1628880487
More information about the net-dev
mailing list