Bug 1628798
Summary: | [3.10] Fluentd pod crashes with "undefined symbol: rbffi_Closure_Alloc" | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Rich Megginson <rmeggins> | |
Component: | Logging | Assignee: | Rich Megginson <rmeggins> | |
Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> | |
Severity: | urgent | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 3.10.0 | CC: | anli, aos-bugs, juzhao, nhosoi, qitang, rmeggins | |
Target Milestone: | --- | Keywords: | Regression, TestBlocker | |
Target Release: | 3.10.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | openshift3/logging-fluentd:v3.10.50-1 | Doc Type: | Bug Fix | |
Doc Text: |
Cause: The fix for bz1628371 introduced a badly built shared library missing a symbol.
Consequence: Fluentd crashes with "undefined symbol: rbffi_Closure_Alloc"
Fix: Rebuild the shared library with the correct symbols.
Result: Fluentd does not crash.
|
Story Points: | --- | |
Clone Of: | 1628788 | |||
: | 1628799 (view as bug list) | Environment: | ||
Last Closed: | 2018-11-11 16:39:11 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: | 1628788 | |||
Bug Blocks: | 1628799 |
Description
Rich Megginson
2018-09-14 03:00:40 UTC
Issue is fixed with logging-fluentd-v3.10.51-1 # oc -n openshift-logging get pod NAME READY STATUS RESTARTS AGE logging-curator-1-wv427 1/1 Running 0 1h logging-es-data-master-sqbxzuzr-1-gc9hr 2/2 Running 0 1h logging-fluentd-4pr95 1/1 Running 0 1h logging-fluentd-kmzvn 1/1 Running 0 1h logging-fluentd-rq9xb 1/1 Running 0 1h logging-kibana-1-4rgqp 2/2 Running 0 1h 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/RHSA-2018:2709 |