Integrated: 8313290: Misleading exception message from STS.Subtask::get when task forked after shutdown

2023-08-19 Thread Alan Bateman
On Fri, 28 Jul 2023 20:33:01 GMT, Alan Bateman wrote: > This is a small issue with StructuredTaskScope. If the owner attempts to fork > a subtask and the task scope is shutdown then the implementation doesn't > currently force the owner to join when it's the first fork in a new round of >

Re: RFR: 8288899: java/util/concurrent/ExecutorService/CloseTest.java failed with "InterruptedException: sleep interrupted" [v9]

2023-08-19 Thread Doug Lea
> Addresses Jdk 8288899 : java/util/concurrent/ExecutorService/CloseTest.java > failed with "InterruptedException: sleep interrupted" and related issues. > > This is a major ForkJoin update (and hard to review -- sorry) that finally > addresses incompatibilities between ExecutorService and

Re: RFR: 8288899: java/util/concurrent/ExecutorService/CloseTest.java failed with "InterruptedException: sleep interrupted" [v4]

2023-08-19 Thread Doug Lea
On Thu, 17 Aug 2023 15:25:49 GMT, Viktor Klang wrote: >> Doug Lea has updated the pull request with a new target base due to a merge >> or a rebase. The incremental webrev excludes the unrelated changes brought >> in by the merge/rebase. The pull request contains 45 additional commits >>

Re: RFR: 8314063 : The socket is not closed in Connection::createSocket when the handshake failed for LDAP connection [v7]

2023-08-19 Thread Andrey Turbanov
On Sat, 19 Aug 2023 02:15:06 GMT, Weibing Xiao wrote: >> Please refer to JDK-8314063. >> >> The failure scenario is due to the setting of connection timeout. It is >> either too small or not an optimal value for the system. When the client >> tries to connect to the server with LDAPs