Re: RFR: 8316031: SSLFlowDelegate should not log from synchronized block

2023-09-15 Thread Daniel JeliƄski
On Fri, 15 Sep 2023 12:16:10 GMT, Daniel Fuchs 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

RFR: 8316031: SSLFlowDelegate should not log from synchronized block

2023-09-15 Thread Daniel Fuchs
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 pat