-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
bug: nsd stops forking with new zone data #417
Comments
Now it happened again, and indeed it looks like it spins CPU while waiting for something...
I tried activate more verbose logging, but that didn't do anything...
zonestatus on one domain that doesn't update:
|
At first glance yes, but we don't have verification configured, so I think it's something different |
Thanks! The spinning is new and useful information! This is indeed quite different from #338 . |
@pettai you might want to increase the verbosity in the config file then do a fresh start because after it got stuck it might not make any difference anymore... |
@wtoorop possibly useful links: https://www.freedesktop.org/software/systemd/man/latest/systemd.service.html#ExecReload= https://sources.debian.org/src/nsd/4.11.0-1/debian/nsd.service/ We use debian (nsd 4.9.1) without systemd because unexpected magic by systemd like shown here leads to confusion and is not helpful for us. @pettai i expect you used |
Some compilation output from building NSD 4.11.0, could it be related?
|
With regards to the the comment, here's another warning with regards to xfrd + catalog zone processing:
|
Hi, any updates/finding on this issue? |
It seems our NSD secondary has triggered some sort of intermittent bug
This happens several weeks/months of running nsd stops forking with the new zone data.
A manual
nsd-control transfer some.zone
. or evennsd-control force_transfer some.zone
won’t work.Only restart of nsd solves the problem.
The logs doesn’t give a hint other than process
nsd[3185521]
stopped reporting updates.And
nsd-control zone status
saysstate: ok
, (which seems odd since several updates has failed to update the zone.)Unfortunately, we restarted nsd since nothing else worked.
So we don't know if
nsd[3185521]
died or got in a defunct state.Currently we run nsd 4.11.0 based on debians build/package , but this issue has happened with nsd 4.10.x too.
Something that perhaps is less common with our nsd configuration, is that we use nsd's
cpu-affinity
and we also have catalog zones enabled. Let me know if more data (and what data) is needed.The text was updated successfully, but these errors were encountered: