Bug 1763838
| Summary: | Subscriptions are not getting processed / take very long to get processed | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Alexander Greene <agreene> |
| Component: | OLM | Assignee: | Evan Cordell <ecordell> |
| OLM sub component: | OLM | QA Contact: | Bruno Andrade <bandrade> |
| Status: | CLOSED NOTABUG | Docs Contact: | |
| Severity: | high | ||
| Priority: | unspecified | CC: | agreene, dageoffr, dmesser, ecordell, jiazha, krizza |
| Version: | 4.1.z | ||
| Target Milestone: | --- | ||
| Target Release: | 4.1.z | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1761871 | Environment: | |
| Last Closed: | 2020-02-18 13:58:41 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: | 1761871, 1763841 | ||
| Bug Blocks: | |||
|
Description
Alexander Greene
2019-10-21 17:43:16 UTC
I could not replicate on 4.1.22 - everything installs within about 30s (admittedly slower than 4.2/4.3 due to CatalogSourceConfigs on 4.1, but still much faster than this report). When I was Installing Jaeger I saw the csc pod being killed, @Evan is it something that we should care? oc get pods -n openshift-marketplace NAME READY STATUS RESTARTS AGE certified-operators-7bf59cdfbb-pfz2p 1/1 Running 0 121m community-operators-6ff5dfc595-tvx5f 1/1 Running 0 121m installed-redhat-openshift-operators-5b47dccfbd-427x7 0/1 Terminating 0 2m4s installed-redhat-openshift-operators-cc48fcd9b-9mzqk 1/1 Running 0 22s marketplace-operator-f69f7c6d4-tzcpk 1/1 Running 0 121m redhat-operators-6f9f896c69-2rvt5 1/1 Running 0 121m Events: 72s Normal Killing pod/installed-redhat-openshift-operators-5b47dccfbd-427x7 Stopping container installed-redhat-openshift-operators 3m13s Normal SuccessfulCreate replicaset/installed-redhat-openshift-operators-5b47dccfbd Created pod: installed-redhat-openshift-operators-5b47dccfbd-427x7 72s Normal SuccessfulDelete replicaset/installed-redhat-openshift-operators-5b47dccfbd Deleted pod: installed-redhat-openshift-operators-5b47dccfbd-427x7 However, the Operators took less than 1 minute to be Running. Cluster Version: 4.1.0-0.nightly-2019-11-08-121853 OLM version: 0.9.0 git commit: 9e06c0ad9043872e7fc2b87d13bf1d3832b1bac2 Waiting for Evan response to move the bug status Changing to assigned for developers visibility Bruno, The catalog pod restarts like that whenever there is a change to the operators that are watched by the catalogsourceconfig. That is expected. This should be all set if there are no other issues. Closing this as NotABug as unable to reproduce on later versions of 4.1.22+. Additional concerns around the pod restarting have been confirmed as normal behavior. |