Bug 1881043
Summary: | [release 4.5] cluster-monitoring-operator: Fix bug in reflector not recovering from "Too large resource version" | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Simon Pasquier <spasquie> |
Component: | Monitoring | Assignee: | Lili Cosic <lcosic> |
Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> |
Severity: | high | Docs Contact: | |
Priority: | urgent | ||
Version: | 4.5 | CC: | alegrand, anpicker, erooth, juzhao, kakkoyun, lcosic, lszaszki, mloibl, pkrupa, spasquie, surbania |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | 4.5.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1880337 | Environment: | |
Last Closed: | 2020-10-26 15:11:50 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: | 1880337 | ||
Bug Blocks: | 1879901 |
Description
Simon Pasquier
2020-09-21 12:34:46 UTC
I am increasing priority to urgent as it already blocks 2 other BZ (1 urgent, 1 low): https://bugzilla.redhat.com/show_bug.cgi?id=1887354 https://bugzilla.redhat.com/show_bug.cgi?id=1858010 tested with 4.5.0-0.nightly-2020-10-15-005105, disconnected the node where cluster-monitoring-operator pod is deployed from network for a few minutes, after reconnection, no "Too large resource version" error for cluster-monitoring-operator container steps: 1. ssh to the node where cluster-monitoring-operator is deployed and execute the the script in the background, it disconnects the node from the network for 5 minutes and reconnect later $ ./test.sh & $ cat test.sh sudo ifconfig ens3 down sleep 300 sudo ifconfig ens3 up 2. check cluster-monitoring-operator logs after the node is reconnected , there should not have "Too large resource version" error 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 |