Bug 2054848
Summary: | OLM, fatal error: concurrent map writes | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Alexander Greene <agreene> |
Component: | OLM | Assignee: | Alexander Greene <agreene> |
OLM sub component: | OLM | QA Contact: | Jian Zhang <jiazha> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | pegoncal |
Version: | 4.7 | Keywords: | Triaged |
Target Milestone: | --- | ||
Target Release: | 4.9.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-04-08 09:56:15 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: | 2003164 | ||
Bug Blocks: |
Description
Alexander Greene
2022-02-15 19:53:08 UTC
1, Install a cluster with the fixed PR via the cluster-bot mac:~ jianzhang$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.9.0-0.ci.test-2022-03-17-055113-ci-ln-44p0tlk-latest True False 5m6s Cluster version is 4.9.0-0.ci.test-2022-03-17-055113-ci-ln-44p0tlk-latest 2, Subscribe to some operators. mac:~ jianzhang$ oc get sub -A NAMESPACE NAME PACKAGE SOURCE CHANNEL default etcd etcd community-operators singlenamespace-alpha openshift-operators amq-streams amq-streams redhat-operators stable mac:~ jianzhang$ oc get csv -n default NAME DISPLAY VERSION REPLACES PHASE amqstreams.v2.0.1-1 Red Hat Integration - AMQ Streams 2.0.1-1 amqstreams.v2.0.1-0 Succeeded etcdoperator.v0.9.4 etcd 0.9.4 etcdoperator.v0.9.2 Succeeded 3, Check the olm-operator logs. mac:~ jianzhang$ oc logs deployment/olm-operator -n openshift-operator-lifecycle-manager|grep "fatal error" mac:~ jianzhang$ Not found the `fatal error`, LGTM, verify it. 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 (Important: OpenShift Container Platform 4.9.27 bug fix and security update), 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-2022:1158 |