Re: [14-dev] RFR : (dc) MulticastSendReceiveTests.java failing with ENOMEM when joining group (OS X 10.9)

2020-03-20 Thread Ivan Gerasimov
Thanks everyone for reviewing! On 3/20/20 5:39 AM, Alan Bateman wrote: On 20/03/2020 12:22, Daniel Fuchs wrote: Hi Ivan, Looks good to me. I wonder if you should add @bug 8044365 to the MulticastSendReceiveTests.java while you're at it. Every test that joins a multicast has the potential of hi

Re: [14-dev] RFR : (dc) MulticastSendReceiveTests.java failing with ENOMEM when joining group (OS X 10.9)

2020-03-20 Thread Alan Bateman
On 20/03/2020 12:22, Daniel Fuchs wrote: Hi Ivan, Looks good to me. I wonder if you should add @bug 8044365 to the MulticastSendReceiveTests.java while you're at it. Every test that joins a multicast has the potential of hitting this, it's very random, so probably not useful to put it on this s

Re: [14-dev] RFR : (dc) MulticastSendReceiveTests.java failing with ENOMEM when joining group (OS X 10.9)

2020-03-20 Thread Daniel Fuchs
Hi Ivan, Looks good to me. I wonder if you should add @bug 8044365 to the MulticastSendReceiveTests.java while you're at it. best regards, -- daniel On 20/03/2020 07:19, Ivan Gerasimov wrote: Hello! An OOM error is intermittently observed on MacOS when joining a multicast group. A workaro

Re: [14-dev] RFR : (dc) MulticastSendReceiveTests.java failing with ENOMEM when joining group (OS X 10.9)

2020-03-20 Thread Vyom Tiwari
Looks good to me. Vyom On Fri, Mar 20, 2020 at 12:49 PM Ivan Gerasimov wrote: > Hello! > > An OOM error is intermittently observed on MacOS when joining a > multicast group. > > A workaround was implemented as part of the fix for JDK-8236925. > > It is proposed to backport a portion of that fix,

Re: [14-dev] RFR : (dc) MulticastSendReceiveTests.java failing with ENOMEM when joining group (OS X 10.9)

2020-03-20 Thread Alan Bateman
On 20/03/2020 07:19, Ivan Gerasimov wrote: Hello! An OOM error is intermittently observed on MacOS when joining a multicast group. A workaround was implemented as part of the fix for JDK-8236925. It is proposed to backport a portion of that fix, which helps to mitigate the issue on MacOS.

[14-dev] RFR : (dc) MulticastSendReceiveTests.java failing with ENOMEM when joining group (OS X 10.9)

2020-03-20 Thread Ivan Gerasimov
Hello! An OOM error is intermittently observed on MacOS when joining a multicast group. A workaround was implemented as part of the fix for JDK-8236925. It is proposed to backport a portion of that fix, which helps to mitigate the issue on MacOS. BUGURL: https://bugs.openjdk.java.net/brows