Bug 576801
| Summary: | glibc: Inconsistency of IPv4/IPv6 caching with getaddrinfo / nscd | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Ted Rule <ejtr> |
| Component: | glibc | Assignee: | glibc team <glibc-bugzilla> |
| Status: | CLOSED UPSTREAM | QA Contact: | qe-baseos-tools-bugs |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 8.2 | CC: | anrussel, ashankar, codonell, cww, dj, dkochuka, frimik, fweimer, jan.iven, jaroslaw.polok, law, mnewsome, pandrade, pfrankli, sbroz, thomas.oulevey |
| Target Milestone: | rc | ||
| Target Release: | 8.2 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-07-02 15:42:27 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1594286 | ||
|
Description
Ted Rule
2010-03-25 09:14:37 UTC
We're not going to try to address this in Red Hat Enterprise Linux 5; however, Red Hat Enterprise Linux 6 still needs to be evaluated to see if it suffers from this problem. Present in EL6 (.4) as far as I can see. Fix coming in 6.5? Code comment discussing this "special case": http://sourceware.org/git/?p=glibc.git;a=blob;f=nscd/hstcache.c;h=0d421fcbbb5e8823b660973e08b73e15e0dac3c8;hb=HEAD#l240 This is hardly a special case anymore... Upstream bug filed: http://sourceware.org/bugzilla/show_bug.cgi?id=15862 (In reply to Mikael Fridh from comment #5) > Present in EL6 (.4) as far as I can see. > > Fix coming in 6.5? No fix is planned for rhel-6.5. I will keep the status updated on this ticket as we make progress. While we have made progress on the upstream issue, and Alex has done some good work there, we still need to run this kind of change through significant upstream testing. Putting it into RHEL 6 is not a good plan in my opinion. Therefore I'm moving this bug directly to RHEL 7.2 for analysis and possible inclusion there. *** Bug 1568149 has been marked as a duplicate of this bug. *** Is there news for RHEL 7.7 ? 7.2 is long past ;-) Red Hat Enterprise Linux 7 is entering Maintenance Phase Support 1 this year and only Urgent priority bug fixes will be considered. This issue is not urgent and we are moving this to Red Hat Enterprise Linux 8 for further consideration. This needs to be fixed upstream first. Our long-standing recommendation is to use a local caching resolver on the host in addition to nscd, and not cache hosts in nscd at all. |