On Thu, 18 Jul 2019 at 11:23, Chris Hegarty <chris.hega...@oracle.com> wrote: > > Have you ever considered the problem reported here: > > https://stackoverflow.com/questions/14603553/dns-query-freezes-with-dnscontextfactory-in-java > > I posted a comment on that SO thread yesterday, no reply since.
Hi Chris This exception must have been thrown from DatagramSocket::receive(DatagramPacket p), not from TCP socket. So it does not cover the case when TCP socket gets stuck, in the fallback flow for truncated UDP responses. -- Milan Mimica