Bug 1468734
| Summary: | Kibana-proxy gets OOMKilled | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jeff Cantrill <jcantril> | ||||||
| Component: | Logging | Assignee: | Jeff Cantrill <jcantril> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Xia Zhao <xiazhao> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 3.5.1 | CC: | aos-bugs, pportant, rmeggins, rromerom, stwalter, xiazhao | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | 3.5.z | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: |
Cause:
Consequence:
Fix: Use underscores instead of dashes for the memory switch
Result: Memory settings are respected by the nodejs runtime
|
Story Points: | --- | ||||||
| Clone Of: | 1464020 | Environment: | |||||||
| Last Closed: | 2017-08-31 17:00: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: | 1464020, 1468987 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
Created attachment 1304114 [details]
kibana proxy log
Created attachment 1304115 [details]
kibana log
Can you post the output of: "oc describe pod logging-kibana-1-vzzbb"? Also be aware that we can track Kibana container restarts via BZ https://bugzilla.redhat.com/show_bug.cgi?id=1465464. 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-2017:1828 |
Tested with logging-auth-proxy image version 3.5.0-20, kibana restarted 2 times during the process of running this script, from proxy container's log, no OOM reported, and kibana can running well after doing this, set to verified: for i in {1..300}; do curl --fail --max-time 10 -H "Authorization: Bearer `oc whoami -t`" https://${kibana-route}/elasticsearch/ -sk > /dev/null; done # oc get po NAME READY STATUS RESTARTS AGE logging-curator-1-30pc6 1/1 Running 0 31m logging-es-nnsfiays-1-0cdhm 1/1 Running 0 31m logging-fluentd-6s64m 1/1 Running 0 31m logging-fluentd-q7fsf 1/1 Running 0 31m logging-kibana-1-vzzbb 2/2 Running 2 31m The kibana logs were attached.