Bug 1880357
Summary: | [release 4.5] openshift-controller-manager: Fix bug in reflector not recovering from "Too large resource version" | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Lukasz Szaszkiewicz <lszaszki> |
Component: | openshift-controller-manager | Assignee: | Corey Daley <cdaley> |
Status: | CLOSED ERRATA | QA Contact: | wewang <wewang> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.5 | CC: | aos-bugs, cdaley, mfojtik |
Target Milestone: | --- | ||
Target Release: | 4.5.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | devex | ||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-10-26 15:11:50 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 10:48:27 UTC
Verified in version:
4.5.0-0.nightly-2020-10-16-165114
Steps:
1. disconnect one node for a few minutes
[wewang@wangwen work]$ oc debug node/ip-10-0-137-202.us-east-2.compute.internal
Starting pod/ip-10-0-137-xxx-east-2computeinternal-debug ...
To use host binaries, run `chroot /host`
Pod IP: 10.0.137.202
If you don't see a command prompt, try pressing enter.
sh-4.2# cat > test.sh << EOF
> ifconfig ens3 down
> sleep 300
> ifconfig ens3 up
> EOF
sh-4.2$ ./test.sh
2. After recovered the node connect, check logs of pods in openshift-controller-manager-operator, no issue about "Timeout: Too large resource version"
[wewang@wangwen ~]$ oc logs -f pod/openshift-controller-manager-operator-7bcbdb4d86-lw7fr -n openshift-controller-manager-operator |grep "Timeout: Too large resource version"
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.16 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:4268 |