Re: [E] Re: Unexpected behavior with parent routing

2021-03-16 Thread Jeremy Payne
Right.. I tested Duke's master branch a few month's back and didnt see the 'random' 60ms ttms that I see in 7.1.4. On Mon, Mar 15, 2021 at 10:24 AM Alan Carroll wrote: > > I would expect the 60ms ttms is due to the event loop timing - that because > of the DNS callout, there is a miss which then

Re: [E] Re: Unexpected behavior with parent routing

2021-03-15 Thread Alan Carroll
I would expect the 60ms ttms is due to the event loop timing - that because of the DNS callout, there is a miss which then waits for the event loop to timeout and try again, which takes 60ms on a lightly loaded system. DNS is done even for cache hits but that's not something I've ever understood. I