envoyproxy/envoy
Voir sur GitHubEnvoy and control-plane xDS over ADS protocol deadlock when filtering stats
Open
#9 856 ouverte le 28 janv. 2020
area/statsarea/xdsbughelp wanted
Métriques du dépôt
- Stars
- (27 997 stars)
- Métriques de merge PR
- (Merge moyen 8j) (378 PRs mergées en 30 j)
Description
Description:
When using a stats_matcher inclusion_list, Envoy using the ADS variant of the xDS protocol will fail to receive cluster updates from the control-plane.
After receiving an initial Cluster list, Envoy will no longer receive cluster updates.
When paired with envoyproxy/go-control-plane in ADS mode, this can cause EDS updates to stall if the cluster list is later expanded.
Repro steps: A docker-compose reproduction of the issue with Envoy 1.12.2 and 1.13.0
Relevant Links: