Bug 1633662
| Summary: | [Azure] cloud provider timeout while gathering node information | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Robert Bost <rbost> |
| Component: | Cloud Compute | Assignee: | Jan Chaloupka <jchaloup> |
| Status: | CLOSED ERRATA | QA Contact: | Xiaoli Tian <xtian> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.9.0 | CC: | cshereme, jchaloup, jhou, rbost, tatanaka, vwalek |
| Target Milestone: | --- | ||
| Target Release: | 3.9.z | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-10 08:55:23 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
Robert Bost
2018-09-27 13:35:05 UTC
I find one hypothesis. The OCP 3.9.41, which causes this issue, introduces the following PR. > Add cache for VirtualMachinesClient.Get in azure cloud provider https://github.com/kubernetes/kubernetes/pull/57432 This is the kubernetes PR but I confirmed the OpenShift includes the corresponding PR. This PR could cause the following issues. https://github.com/kubernetes/kubernetes/issues/57031 https://github.com/kubernetes/kubernetes/issues/56276 Since these issues cause the API error, this BZ could happen by the PR 57432 in my thought. Actually, the fix has been merged into the upstream kubernetes 1.9. Fix vm cache in concurrent case in azure_util.go #57994 > Fix vm cache in concurrent case in azure_util.go https://github.com/kubernetes/kubernetes/pull/57994 Do you think my hypothesis? Working versions: - 3.9.30 - 3.9.33 Not working versions: - 3.9.41 - 3.9.43 The issue is not reproducible on ocp v3.9.60, move to verified. 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:0028 |