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
re: 60ms ttms
take a look at the below.
https://github.com/apache/trafficserver/pull/6234
https://github.com/duke8253/trafficserver/commit/159ae2510f0e2dab0907bdf2aec1ce74da0b3653
On Wed, Mar 10, 2021 at 9:07 AM Nick Dunkin wrote:
> Hi,
>
>
>
> I wanted to raise an interesting issue we discov