Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Current implementation of the semaphore_wait() function is not fully thread-safe
Version-Release number of selected component (if applicable):
bind-dyndb-ldap-0.2.0-1.el6
How reproducible:
sometimes, when server is under heavy load
Steps to Reproduce:
1. send many queries for RRs which authoritative zones are served via bind-dyndb-ldap plugin
2. wait for server lockup
Actual results:
all server's worker threads are blocked in semaphore_wait()
Expected results:
thread-safe semaphore_wait()
Created attachment 517022[details]
pstack of hung named
I recently upgraded DNS my server from an older dual core core CPU to a quad core Xeon E3 and now named locks up after the first few queries. Stack trace attached.
I was able to work around the problem by reducing the number of worker threads named starts by adding the following line to /etc/sysconfig/named:
OPTIONS="-n 1"
(In reply to comment #2)
> Created attachment 517022[details]
> pstack of hung named
>
> I recently upgraded DNS my server from an older dual core core CPU to a quad
> core Xeon E3 and now named locks up after the first few queries. Stack trace
> attached.
>
> I was able to work around the problem by reducing the number of worker threads
> named starts by adding the following line to /etc/sysconfig/named:
> OPTIONS="-n 1"
Which version of bind, bind-libs and bind-dyndb-ldap do you use, please?
I was experiencing the same semaphore error as described in the freeipa-users list. Other than serving records for IPA, my bind install is also an authoritative DNS server.
I rebuilt bind + bind-dyndb-ldap from Adam's proposed patches:
bind-dyndb-ldap-0.2.0-1.el6.1.src.rpm; and
bind-9.7.3-2.el6_1.P3.2.5.rh725577.src.rpm
The resolver has now been running for 6+ hours, where previously it would hang on the semaphore issue within an hour.
Given that all of the servers we have in QA have not been locking up, even under load, and that this patch was submitted quite a while ago, I am going to mark this bug as verified.
Verified against:
bind-dyndb-ldap-0.2.0-7.el6.x86_64
ipa-server-2.1.3-8.el6.x86_64
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHBA-2011-1715.html