Re: First alpha release of dnsdist 1.6.0

Stephane Bortzmeyer via dnsdist <[email protected]> Wed, 3 Feb 2021 09:27:53 +0100
Newsgroups gmane.network.dns.powerdns.dnsdist,gmane.network.dns.powerdns.user,gmane.network.dns.powerdns.devel
Message-ID <[email protected]>
On Tue, Feb 02, 2021 at 02:10:45PM +0100,
 Remi Gacogne via dnsdist <[email protected]> wrote 
 a message of 149 lines which said:

> We are proud to announce the first alpha release of dnsdist 1.6.0.

Executive summary: be careful beforce activating out-of-order
processing on DoT servers. Read on.

Background: I manage a (very) small public DoT and DoH resolver. It is
automatically monitored from Icinga with two programs, one written in
Python <https://framagit.org/bortzmeyer/homer> and the other in C
(based on getdns). So, I can know what happen when I sleep.

I upgraded to 1.6.0 Alpha and the server is running for 18 hours.

So, the big issue: *much* more timeouts are reported by the monitoring
system. With 1.4 and 1.5, everything was smooth, now I have timeouts
all the time.

It only affects DoT, not DoH, so I presume it is not the fault of the
machine or the network.

DoT was configured with maxInFlight=256, I've just go back to
maxInFlight=0 to see if it makes a difference.