DNS Record Occasional Query Failed #15349
Replies: 4 comments 9 replies
-
Please read https://blog.powerdns.com/2016/01/18/open-source-support-out-in-the-open |
Beta Was this translation helpful? Give feedback.
-
To explain a bit more: show us your full and real configuration and trace file, not just a partial screendump. |
Beta Was this translation helpful? Give feedback.
-
That log line is not an error. |
Beta Was this translation helpful? Give feedback.
-
The recursor throttles authoritative severs that do not respond well, for example timeouts. Throttling means that it will not use those IPs to query for a while. In this log the forwarding targets 100.100.2.158 and 100.100.2.158.136 are throttled by the recursor, because of poor performance that happened earlier. Try to find out why, it might be bad connectivity, rate limiting by the other side or just overloaded servers. You can also try adding these addresses to https://docs.powerdns.com/recursor/settings.html#dont-throttle-netmasks, but that does not solve the actual issue, it might just work around it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Short description

I have a DNS record of CNAME, this value is the DNS address of a public network alb pointing to Alibaba Cloud, and then my local powerDNS also has the zone and record corresponding to this domain name on the cloud, and then in the intranet, when accessing this domain name, the occasional request fails, and the error log is as follows:
Environment
PowerDNS Recursor 4.5.7
Expected behaviour
query ok
Actual behaviour
query failed occasional
Can you help me explain why this is wrong and how to solve it? thanks!
Beta Was this translation helpful? Give feedback.
All reactions