Bug 1508061
| Summary: | master-controllers panic running conformance. concurrent map iteration and map write in start_master.go | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Mike Fiedler <mifiedle> | ||||
| Component: | Master | Assignee: | Michal Fojtik <mfojtik> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Mike Fiedler <mifiedle> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 3.7.0 | CC: | aos-bugs, decarr, eparis, jokerman, mmccomas, rkant | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 3.7.0 | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-12-18 13:23: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: | |||||||
| Attachments: |
|
||||||
|
Description
Mike Fiedler
2017-10-31 19:00:33 UTC
Proposed fix: https://github.com/openshift/origin/pull/17127 Commits pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/9b2f23d0536eea23544bb7fe9f322e3616624759 Bug 1508061: Fix panic when accessing controller args https://github.com/openshift/origin/commit/7968b969cc6e33b3e3f40caee6d46f133b83c753 Merge pull request #17127 from mfojtik/fix-initialization-panic Automatic merge from submit-queue. Bug 1508061: Fix panic during openshift controller options initialization Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1508061 Basically `newKubeControllerManager` mutates the cmdLineArgs in parallel to `getOpenshiftControllerOptions` which is trying to read it. @deads2k @sttts PTAL, i consider this 3.7 blocker. Verified on 3.7.5. Ran conformance multiple times with master restarts and no panics observed. 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-2017:3464 |