Bug 1479295
Summary: | Router sharding causes routes in new namespaces detection to be delayed | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jaspreet Kaur <jkaur> |
Component: | Networking | Assignee: | Ravi Sankar <rpenta> |
Networking sub component: | router | QA Contact: | zhaozhanqi <zzhao> |
Status: | CLOSED NEXTRELEASE | Docs Contact: | |
Severity: | high | ||
Priority: | high | CC: | aos-bugs, bbennett, bjarolim, bmeng, ccoleman, eparis, jmencak, jokerman, mmccomas, nnosenzo, pcameron, rchopra, rpenta, snirk4triel, vwalek |
Version: | 3.5.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
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: | 2017-10-17 18:12:00 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
Jaspreet Kaur
2017-08-08 09:57:07 UTC
This BZ opened as continuation of The following bugzilla bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1355711, The issue and the way is was closed as WONTFIX is a bit confusing, since regular routes in openshift are admitted immediately onto all routers, why should there be any discrimination between regular routes and routers, and sharded routes (namespace labeled) and sharded routers? In our view a new route in a new namespace should be recognized immediately by a preexisting router even in a sharded environment, and not wait for a full resync which is <10minutes away by default. ccoleman, eparis What would you like to do about this. It is a duplicate of 1355711 which is closed as won't fix. Also, duplicate of: https://bugzilla.redhat.com/show_bug.cgi?id=1479452 *** Bug 1479452 has been marked as a duplicate of this bug. *** Hi, can i ask what are your plans about this case? We are about to upgrade our openshift environment and it depends on router sharding.. We are working on the fix so that sharded router based on namespace or project labels notices routes immediately just like the behavior you observe on non-sharded router. Hoping to get the fix in one of the 3.6.x release. Created trello card: https://trello.com/c/Q0puUQOT/540-5-sharded-router-should-notice-routes-immediately *** Bug 1486322 has been marked as a duplicate of this bug. *** Fix https://github.com/openshift/origin/pull/16039 merged in origin and will be available in 3.7.1 release. Earlier releases could use the workaround by setting the router 'resync-interval' to lower value. |