[Bug 613662] Re: nscd doesn't cache host entries
Launchpad Bug Tracker
613662 at bugs.launchpad.net
Tue Apr 23 15:36:16 UTC 2013
This bug was fixed in the package eglibc - 2.15-0ubuntu10.4
---------------
eglibc (2.15-0ubuntu10.4) precise; urgency=low
* Add patch ubuntu/local-disable-nscd-netgroup-caching.diff to
disable netgroup caching in the default config (LP: #1068889)
* Backport any/cvs-malloc-deadlock.diff from upstream to prevent
glibc deadlocking in mallock arena retry paths (LP: #1081734)
* Fix futex issue (BZ #13844), backport from 2.16 (LP: #1091186)
* Drop patch any/local-disable-nscd-host-caching.diff, as this
bug was apparently resolved upstream a while ago (LP: #613662)
* Add patch any/cvs-ld-self-load.diff to restore ld.so's ability
to load itself, a behaviour accidentally removed (LP: #1088677)
* Drop dangling libnss_db.so symlink in libc6-dev (LP: #1088773)
-- Adam Conrad <adconrad at ubuntu.com> Sun, 27 Jan 2013 16:46:30 -0700
** Changed in: eglibc (Ubuntu Precise)
Status: Fix Committed => Fix Released
** Changed in: eglibc (Ubuntu Quantal)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to eglibc in Ubuntu.
https://bugs.launchpad.net/bugs/613662
Title:
nscd doesn't cache host entries
Status in “eglibc” package in Ubuntu:
Fix Released
Status in “eglibc” source package in Precise:
Fix Released
Status in “eglibc” source package in Quantal:
Fix Released
Bug description:
[Impact / Justification]
For nscd users, the performance difference between a cached DNS lookup and a remote query can be anywhere from milliseconds to whole seconds, depending on the network and random luck. I've already verified here today that the concerns originally raised in the upstream bug have since been fixed, and Debian also dropped this patch a while ago, we just failed to sync with them when they did.
[Test Case]
As stated above, I've already tested that the actual root issue that led to the patch has been resolved, so the only thing to test is that the build binaries no longer have host caching disabled in the default /etc/nscd.conf
[Regression Potential]
Very low to non-existent. It's a single line change to a conffile, reverting a workaround that hasn't been needed in a long while.
[Original Report]
Binary package hint: nscd
Debian (and by implication Ubuntu) are the only distros to disable
nscd hosts caching. In most cases, it is deployed with the expectation
to mitigate expensive lookups (eg over VPN).
The bug cited [1] has been rejected by the core glibc developers three
years ago as not a bug; all other distros (including Redhat EL and
Novell SLES) have this functionality enabled. Why should we continue
to penalise Ubuntu's performance any longer, in cases where nscd is
deployed to improve performance?
[1] http://sourceware.org/bugzilla/show_bug.cgi?id=4428
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/613662/+subscriptions
More information about the foundations-bugs
mailing list