-
-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance issues encountered with 16 million queries #1104
Comments
Thanks for the feedback. Does this issue occur only on one server or is it occurring on all instances that you have running? Do you have any zones hosted on the affected servers? What OS is being used for all the DNS instances? Is docker being used? |
@ShreyasZare Hello Only the main server fluctuates, and the slave servers do not fluctuate. |
Thanks for the details. Are any of the zones DNSSEC signed? If yes, are they using NSEC3? From the main chart, it looks like the DNS service is recovering after approx 5 mins downtime. Is it recovering on its own or do you restart the DNS service? Do you see any error logged in the DNS logs in the admin panel? Especially, any error log which has |
@ShreyasZare |
Thanks for the details. Please share a few error logs here so that I can check the code against it. |
Thanks for the details. It would be much useful if you can send the complete error listed in the DNS log file since a partial error message is not much useful since its unclear where its originating. Does the DNS server have too many TCP requests? (check dashboard chart for protocol usage) Is the OS Windows Server edition or Windows 10? Are there any other server applications like web server running on the same server as that of the DNS server? Do you have and DNS apps installed? |
This is the log collected so far. If it is not enough, I will add more later. |
Thanks for the logs. The logs just have operational errors logged, almost all of which are due to the upstream forwarders refusing to answer. I am not sure about the reason for this and you need to change the upstream forwarders to some other provider. If you are not using encrypted DNS protocols then enable either DoT/DoH with them. You can also consider running the DNS server without any forwarders. Its possible that due to these errors with upstream, there is a large number of outstanding requests on the DNS server causing UDP port exhaustion which is causing the issue you have. |
One master server and 6 slave servers
master server
cpu :16 core,Memory:64g Network bandwidth: 20M
slave servers
cpu :16 core,Memory:32g Network bandwidth: 20M
There is no problem with remote operation of the main server, but the DNS software is stuck
Below is a screenshot of the server status.
Please help me analyze what caused this problem
Thank you very much
The text was updated successfully, but these errors were encountered: