我们上周搬完了我们的办公室,改变了很多基础设施。 从那以后,我们有定期的时间与缓慢的响应网页。
通过分析,我们发现我们的域名服务器(pdns_server 3.3)在这些时候用syslog溢出
Aug 13 12:41:00 dns1 pdns[6938]: Recursive query for remote 172.16.2.10:2055 with internal id 269 was not answered by backend within timeout, reusing id
安装程序是一个主/从设置,其中包括参数:
allow-recursion= ...# here are all of our different networks recursor= ...# here are two nameservers from our ISP datacentre
我们不使用单独的recursor守护进程,而是使用pdns_server本身。
名称parsing正在工作,都与内部/外部地址。 区域复制,一切 – 但只是有时它运行在这些问题,真的是垃圾邮件系统日志 – 就像用这些recursion查询冲洗一个队列。
如果我在这次刷新过程中重新启动pdns_server,一切都很好。 (但不,这不是一个有效的解决scheme,检查系统日志pdns垃圾邮件,并重新启动守护进程;-))
你有什么提示我怎么能解决这个问题?