You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a better strategy for the metric would be to do something like this: every 5 min (or some time interval) send a few requests to all servers and keep a count of which one responds fastest, e.g. whichever one gets to 10 (or some number) of fastest responses first. Then that's the server to use for the next 5 min and then repeat the race.
This will ensure that the connections to all servers are kept warm which is important with DoH and DoT connection reuse, we don't want to measure the TLS handshake time, but rather actual response time from the upstreams. Averaging TLS handshake time in the metric is not ideal.
@ameshkov@EugeneOne1 This bug was not about documentation but rather that the "load balancing" implementation does not work as expected. Empirical evidence shows that the slower of 2 DNS servers is picked more often.
Check the discussion here: #3601
We need to double-check that it works as it is supposed to.
The text was updated successfully, but these errors were encountered: