Issue with Routing Release v149-151
Abby Chau
Hi CF Devs,
It was recently discovered that routing release versions 149-151 includes a
bug whereby increased latency and 502s can be observed.
If you have deployed cf-release 256 or greater, you should change your
gorouter job(s) to use version 0.147.0 of the cf-routing-release:
releases:
- name: cf
version: 256
- name: routing
version: 0.147.0
...
jobs:
- name: router_z1(z2)
...
templates:
- name: gorouter
release: routing
...
The routing team is currently investigating this issue and we will provide
a patch as soon as possible. Please feel free to reach out if you have any
questions.
Thanks,
Abby
It was recently discovered that routing release versions 149-151 includes a
bug whereby increased latency and 502s can be observed.
If you have deployed cf-release 256 or greater, you should change your
gorouter job(s) to use version 0.147.0 of the cf-routing-release:
releases:
- name: cf
version: 256
- name: routing
version: 0.147.0
...
jobs:
- name: router_z1(z2)
...
templates:
- name: gorouter
release: routing
...
The routing team is currently investigating this issue and we will provide
a patch as soon as possible. Please feel free to reach out if you have any
questions.
Thanks,
Abby