Bug 1754788
Summary: | Master-controllers log spammed with "The resourceVersion for the provided watch is too old." warning messages" | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | K Chandra Sekar <csekar> |
Component: | kube-controller-manager | Assignee: | Sally <somalley> |
Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.11.0 | CC: | aos-bugs, mfojtik |
Target Milestone: | --- | ||
Target Release: | 3.11.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: | 2019-10-18 01:34:37 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: |
Description
K Chandra Sekar
2019-09-24 05:44:59 UTC
Sally you were working on https://bugzilla.redhat.com/show_bug.cgi?id=1573460 and picked https://github.com/kubernetes/kubernetes/pull/78991 into 3.9 in https://github.com/openshift/origin/pull/23284, mind re-picking this into origin 3.11 the backport has landed in openshift/ose, moving to MODIFIED https://github.com/openshift/ose/blob/enterprise-3.11/vendor/k8s.io/kubernetes/staging/src/k8s.io/client-go/tools/cache/reflector.go#L273-#L278 Confirmed with version, the issue has fixed: [root@ip-172-18-10-58 ~]# oc version oc v3.11.153 kubernetes v1.11.0+d4cacc0 features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://ip-172-18-10-58.ec2.internal:8443 openshift v3.11.153 kubernetes v1.11.0+d4cacc0 [root@ip-172-18-10-58 ~]# oc logs -f master-controllers-xxxxx |grep "The resourceVersion for the provided watch" I1012 04:10:49.317530 1 reflector.go:274] k8s.io/client-go/informers/factory.go:130: watch of *v1.ResourceQuota ended with: The resourceVersion for the provided watch is too old. I1012 04:11:29.481605 1 reflector.go:274] k8s.io/client-go/informers/factory.go:130: watch of *v1beta1.Ingress ended with: The resourceVersion for the provided watch is too old. I1012 04:11:35.296693 1 reflector.go:274] github.com/openshift/client-go/build/informers/externalversions/factory.go:101: watch of *v1.Build ended with: The resourceVersion for the provided watch is too old. I1012 04:11:41.212701 1 reflector.go:274] k8s.io/client-go/informers/factory.go:130: watch of *v1beta1.CronJob ended with: The resourceVersion for the provided watch is too old. I1012 04:12:03.398060 1 reflector.go:274] k8s.io/client-go/informers/factory.go:130: watch of *v1beta1.PodSecurityPolicy ended with: The resourceVersion for the provided watch is too old. I1012 04:12:18.470360 1 reflector.go:274] k8s.io/client-go/informers/factory.go:130: watch of *v1beta1.VolumeAttachment ended with: The resourceVersion for the provided watch is too old. I1012 04:12:23.294926 1 reflector.go:274] k8s.io/client-go/informers/factory.go:130: watch of *v1.HorizontalPodAutoscaler ended with: The resourceVersion for the provided watch is too old. I1012 04:12:33.033484 1 reflector.go:274] k8s.io/client-go/informers/factory.go:130: watch of *v1beta1.PodDisruptionBudget ended with: The resourceVersion for the provided watch is too old. I1012 04:12:34.241481 1 reflector.go:274] github.com/openshift/origin/pkg/quota/generated/informers/internalversion/factory.go:101: watch of *quota.ClusterResourceQuota ended with: The resourceVersion for the provided watch is too old. 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, 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-2019:3139 |