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
assumes that DNS is quick, but since the check is done against FQDN DNS can have a big impact and
actually cause timeout if the primary resolver is unreachable.
This might trigger failure storms causing all offloaders to pop offline making the frontends trying to handle all traffic. This in turn causes a caching storm, which causes significant load on the backend.
The fix is to do DNS lookup separately and do HEAD using the resolved IP address.
The text was updated successfully, but these errors were encountered:
redirprg/redirprg.pl
Line 892 in 1355b6f
assumes that DNS is quick, but since the check is done against FQDN DNS can have a big impact and
actually cause timeout if the primary resolver is unreachable.
This might trigger failure storms causing all offloaders to pop offline making the frontends trying to handle all traffic. This in turn causes a caching storm, which causes significant load on the backend.
The fix is to do DNS lookup separately and do HEAD using the resolved IP address.
The text was updated successfully, but these errors were encountered: