Hide Forgot
Description of problem: Create a route pointing to multiple services(at least 3 services), then edit the route, remove some services, make sure to remain at least 2 services, click "Save", check the weight chart is not updated automatically. Version-Release number of selected component (if applicable): openshift v1.4.0-alpha.0+d6a4d98 kubernetes v1.4.0+776c994 etcd 3.1.0-alpha.1 How reproducible: Steps to Reproduce: 1.Create four services with 4 pods. 2.On web console, create a route pointing to the four services. 3.Edit the route on web console, remove one or two services from the route, check the weight chart. Actual results: 3.After save editing the route, the weight table is updated, but the weight chart doesn't update immediately, user has to refresh the page or re-access the page. Expected results: 3.The weight chart should be updated automatically. Additional info: Adding service to a route which points to multiple services has no this issue.
The weight table is updating but the chart isnt so i dont think this is the data service issue, sounds like a missing call to c3's chart refresh
https://github.com/openshift/origin-web-console/pull/660
Moving back to modified since the vendor hasn't merged yet. https://github.com/openshift/origin/pull/11401
openshift version openshift v1.4.0-alpha.0+44fd91b-dirty kubernetes v1.4.0+776c994 etcd 3.1.0-alpha.1 Tested on origin env with above version, now after remove service from route with multiple services, the weight chart can be updated automatically. the bug has been fixed, so move it to Verified.