Bug 1880307
Summary: | [release 4.5] console-operator: Fix bug in reflector not recovering from "Too large resource version" | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Lukasz Szaszkiewicz <lszaszki> |
Component: | Management Console | Assignee: | Jakub Hadvig <jhadvig> |
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.5 | CC: | aos-bugs, jokerman, spadgett, yapei |
Target Milestone: | --- | ||
Target Release: | 4.5.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: | 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: | 1880369 | ||
Bug Blocks: | 1879901 |
Description
Lukasz Szaszkiewicz
2020-09-18 09:29:09 UTC
1. disconnected a node from network for a few minutes # oc debug node/qe-yapei45-xxxx-master-0.c.openshift-qe.internal Starting pod/qe-yapei45-xxxx-master-0copenshift-qeinternal-debug ... To use host binaries, run `chroot /host` Pod IP: 10.0.0.4 If you don't see a command prompt, try pressing enter. sh-4.2# chroot /host sh-4.4# cd /root sh-4.4# ls test.sh sh-4.4# bash test.sh & [1] 1564316 2. After connection recovered, reconnected to node, check if the such error messages in bug can be found, kubelet logs, $ oc debug node/ip-xx-0-xxx-242.us-east-2.compute.internal sh-4.4# journalctl -b -u kubelet | grep -i 'Too large resource version' No longer see the such error messages in kubelet logs. 3. I think for each component, we should check component operator logs, then I checked console-operator logs, also didn't see 'Too large resource version' errors # oc logs console-operator-5ffd57b9b-8t294 -n openshift-console-operator | grep -i 'too large' // nothing returns Moving to VERIFIED on 4.5.0-0.nightly-2020-10-10-013307 Do let me know if my steps are wrong. Thanks 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 |