Bug 1660647
| Summary: | Wildcard routes get 503 intermittently | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Steven Walter <stwalter> | |
| Component: | Networking | Assignee: | Dan Mace <dmace> | |
| Networking sub component: | router | QA Contact: | Hongan Li <hongli> | |
| Status: | CLOSED NOTABUG | Docs Contact: | ||
| Severity: | high | |||
| Priority: | high | CC: | aos-bugs, bbennett, dmace, rhowe, stwalter | |
| Version: | 3.9.0 | |||
| Target Milestone: | --- | |||
| Target Release: | 4.1.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1695271 1695272 1695273 (view as bug list) | Environment: | ||
| Last Closed: | 2019-04-25 14:40:03 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: | ||||
| Bug Blocks: | 1695271, 1695272, 1695273 | |||
|
Comment 1
Steven Walter
2018-12-18 21:57:45 UTC
Making logs public for searchability: I1218 14:59:59.611263 1 status.go:179] has last touch 2018-12-18 14:59:59 +0000 UTC for svcs/wildcard-oauth2-provider I1218 14:59:59.611277 1 status.go:187] expired cached last touch of 2018-12-18 14:54:57 +0000 UTC I1218 14:59:59.611286 1 status.go:193] missing or equal cached last touch I1218 14:59:59.613158 1 unique_host.go:211] Deleting routes for svcs/wildcard-oauth2-provider I1218 14:59:59.613176 1 plugin.go:187] Deleting route svcs/wildcard-oauth2-provider I1218 14:59:59.613213 1 status.go:179] has last touch 2018-12-18 14:59:59 +0000 UTC for svcs/wildcard-oauth2-provider I1218 14:59:59.613227 1 status.go:193] missing or equal cached last touch Origin fixes in PR: https://github.com/openshift/origin/pull/22087 (Once that merges will backport to origin 3.9 and 3.10) Need to create a few more PRs for this - one against OSE and one against the new router repo for 4.0 fixes. Backported PRs for v3.9: https://github.com/openshift/origin/pull/22114 v3.10: https://github.com/openshift/origin/pull/22112 And ported change to new router repo for v4.0: https://github.com/openshift/router/pull/14 Fixes in v3.10, v3.11 and 4.0 releases have merged. v3.9 fixes are still pending as origin builds seem to be failing on pre-3.10 releases. The backport to 3.9 specifically is going to require some assessment as the 3.10+ patch doesn't apply cleanly and when adapted seems to result in behavior changes which break other tests in a way unique to 3.9. Any updates on the 3.9 backport and/or the status of when the other versions will ship? For 4.1 we will not support wildcard routes. We need to document this. We may allow configuration of them in 4.2. Since we're not supporting wildcard routes in 4.1, this bug doesn't apply. I'm going to just close the bug and start tracking the docs issue in Jira with other docs tasks. |