Bug 1720479
Summary: | Curl command in Elasticsearch readiness probe bloats dentry cache | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | ggore | |
Component: | Logging | Assignee: | Jeff Cantrill <jcantril> | |
Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 3.11.0 | CC: | aos-bugs, rmeggins | |
Target Milestone: | --- | |||
Target Release: | 3.11.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | openshift/ose-logging-elasticsearch5:v3.11.124 | Doc Type: | Bug Fix | |
Doc Text: |
Cause: The readiness probe for Elasticsearch uses curl with https. curl uses NSS for crypto. NSS uses too much file system cache.
Consequence: The file system cache dentry grows too large too fast. Elasticsearch and the node may become unresponsive.
Fix: Set the flag NSS_SDB_USE_CACHE=no in the readiness probe to workaround the NSS behavior.
Result: No undue growth in the dentry cache for Elasticsearch is seen.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1720656 (view as bug list) | Environment: | ||
Last Closed: | 2019-07-23 19:56:23 UTC | Type: | Bug | |
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: | 1720656 |
Description
ggore
2019-06-14 06:39:22 UTC
The fix is in ose-logging-elasticsearch5:v3.11.128 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://access.redhat.com/errata/RHBA-2019:1753 |