Bug 1628799
Summary: | [3.9] 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.9.0 | CC: | anli, aos-bugs, juzhao, nhosoi, qitang, rmeggins |
Target Milestone: | --- | Keywords: | Regression, TestBlocker |
Target Release: | 3.9.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openshift3/logging-fluentd:v3.9.45-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: | 1628798 | Environment: | |
Last Closed: | 2018-11-20 03:12:03 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, 1628798 | ||
Bug Blocks: |
Description
Rich Megginson
2018-09-14 03:02:42 UTC
Issue is fixed with logging-fluentd-v3.9.47-1 # oc -n logging get pod NAME READY STATUS RESTARTS AGE logging-curator-1-g4qfr 1/1 Running 0 7m logging-es-data-master-wgfvbxuz-1-mb4t7 2/2 Running 0 6m logging-fluentd-c2n4g 1/1 Running 0 6m logging-fluentd-mtfst 1/1 Running 0 6m logging-kibana-1-865dw 2/2 Running 0 7m 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:2908 |