Bug 1230038
| Summary: | idm/ipa 389-ds-base entry cache converges to 500 KB in dblayer_is_cachesize_sane | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jan Kurik <jkurik> |
| Component: | 389-ds-base | Assignee: | Noriko Hosoi <nhosoi> |
| Status: | CLOSED ERRATA | QA Contact: | Viktor Ashirov <vashirov> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.2 | CC: | dsirrine, gparente, msauton, nhosoi, nkinder, rmeggins, vanhoof |
| Target Milestone: | rc | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 389-ds-base-1.3.3.1-17.el7_1 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: A helper function to check whether the cache size is valid or not was resetting the size smaller.
Consequence: The helper function was applied to the entry and dn cache at the server's start up timing, which reduced the cache size.
Fix: The helper function does just checking the validity and does not reset the size.
Result: The entry and dn cache sizes do not get affected by the helper function.
|
Story Points: | --- |
| Clone Of: | 1226510 | Environment: | |
| Last Closed: | 2015-08-05 19:23:35 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: | 1226510 | ||
| Bug Blocks: | |||
|
Description
Jan Kurik
2015-06-10 07:40:41 UTC
Steps to reproduce the problem: https://fedorahosted.org/389/ticket/48190#comment:1 If the cache sizes do not change, the fix is verified. Build tested: 389-ds-base-1.3.3.1-18.el7_1.x86_64 [root@rhel7ds ~]# egrep cachememsize /etc/dirsrv/slapd-rhel7ds/dse.ldif nsslapd-cachememsize: 10485760 nsslapd-dncachememsize: 10485760 [root@rhel7ds ~]# restart-dirsrv Restarting instance "rhel7ds" [root@rhel7ds ~]# egrep cachememsize /etc/dirsrv/slapd-rhel7ds/dse.ldif nsslapd-cachememsize: 10485760 nsslapd-dncachememsize: 10485760 [root@rhel7ds ~]# restart-dirsrv Restarting instance "rhel7ds" [root@rhel7ds ~]# egrep cachememsize /etc/dirsrv/slapd-rhel7ds/dse.ldif nsslapd-cachememsize: 10485760 nsslapd-dncachememsize: 10485760 Cache size stayed the same. Marking as VERIFIED. 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. https://rhn.redhat.com/errata/RHBA-2015-1554.html |