-
Notifications
You must be signed in to change notification settings - Fork 921
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
dnsdist: "Out" queries become negative over time #4344
Comments
Would you mind posting the results of |
Sure, i've got full access:
|
I wonder if 'empty-queries=5' is a hint.. (update: unlikely) |
of note, TCP/IP also touches the 'outstanding' field.. |
This was referenced Aug 23, 2016
Is this still happening on 1.1.0 or master? |
Hi Peter,
Sorry, i don't know at this time.
Can test again but can't promise earlier than a week.
…On Tue, Mar 7, 2017 at 7:44 AM, Peter van Dijk ***@***.***> wrote:
Is this still happening on 1.1.0 or master?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4344 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AEfDftmF6IO_sm0lv196n-N0c5bgfsCVks5rjV8qgaJpZM4JqL2G>
.
--
Jonathan
|
Closing this issue, I will re-open if the problem can be reproduced on a recent version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: dnsdist 1.0.0
Source: repo.powerdns.com/ubuntu
OS: Ubuntu 14.04 64-bit, as a KVM guest on Ubuntu 14.04 hypervisor
Conditions: dnsdist is running as a recursive load balancer. It has 10 servers specified as resolving 'engines'; 5 logical boxes with an IPv4 and IPv6 address each. 4 servers are operated by me, running BIND, Power, Ubound and Knot, in Order Pool #1. In Order pool #2 i have HE.net anycast. Policy is 'leastOutstanding'. Query rate is about 50-100 qps, with 500 - 1000 qps sgpeaks.
Observed behaviour: After about 2 days at 15 million queries, the 'Out' queries on the IPv4 Power DNS node begins to show negative values. I am seeing this in the web dashboard interface. Currently seeing after 5 days uptime, 35 million queries, -5 'out. This is after i stop the powerDNS recursor so that the 'out' value stays stable.
Expected behaviour: The "out" queries values should NEVER be below 0.
Steps to repeat: This does seem repeatable, i've seen it twice now. Unsure the conditions that trigger it, except more than a day uptime and more than 10 million queries.
Effect: using the 'leastOutstanding' policy, a high number or queries are directed to to the IPv4 node with a -5 'out' query baseline. It has a 5 query headstart, or 'handicap'. This causes the leastOustanding policy, which uses 'out' queries as the first sorting value, to favour the one server unreasonably.
I am unaware of any logs which shed light on this problem, but would be happy to provide something if the developers ask me.
The text was updated successfully, but these errors were encountered: