On Fri, 18 Dec 2020 01:05:47 GMT, Xue-Lei Andrew Fan <[email protected]> wrote:

> There are a few intermittent timeout in the DTLS regression test in JDK.  In 
> the DTLS implementation, invalid record is not discarded in the ByteBuffers.  
> So, the next unwrap() will repeat the reading and thus there is a potential 
> dead loop.  The DTLS test failure cannot reproduced, and I'm not very sure if 
> this is the root cause.  Let see if the intermittent failure could be fixed 
> or not with this update.
> 
> No new regression, the existing 
> javax/net/ssl/DTLS/PacketLossRetransmission.java test will be used instead.
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8169086

Change looks reasonable and a minimal risk attempt

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

Marked as reviewed by ascarpino (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/1832

Reply via email to