Bug 1880314
Summary: | [release 4.5] cluster-image-registry-operator: Fix bug in reflector not recovering from "Too large resource version" | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Lukasz Szaszkiewicz <lszaszki> | |
Component: | Image Registry | Assignee: | Oleg Bulatov <obulatov> | |
Status: | CLOSED ERRATA | QA Contact: | Wenjing Zheng <wzheng> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 4.5 | CC: | aos-bugs | |
Target Milestone: | --- | |||
Target Release: | 4.5.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Cause: the operator does not handle "Too large resource version" properly
Consequence: when this error happens, the operator stops getting events from the cluster
Fix: bump client-go
Result: the operator can recover from this error
|
Story Points: | --- | |
Clone Of: | ||||
: | 1880354 (view as bug list) | Environment: | ||
Last Closed: | 2020-10-19 14:54:26 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: | 1880354 | |||
Bug Blocks: | 1879901 |
Description
Lukasz Szaszkiewicz
2020-09-18 09:43:03 UTC
The version is changed as below: https://github.com/openshift/cluster-image-registry-operator/blob/release-4.5/go.mod#L64 $ oc image info quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:568acd89245aec8d2387a5b3a740ecaa9ba9f1709b8618dc443a17ffc005f322 | grep -i commit OS_GIT_COMMIT=4232d17 SOURCE_GIT_COMMIT=4232d17a0612d90db35898fb10247417d8cc248d io.openshift.build.commit.id=4232d17a0612d90db35898fb10247417d8cc248d io.openshift.build.commit.url=https://github.com/openshift/cluster-image-registry-operator/commit/4232d17a0612d90db35898fb10247417d8cc248d Verified on above commit. 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 (OpenShift Container Platform 4.5.15 bug fix 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/RHBA-2020:4228 |