envoyproxy/envoy

503 + NR due to the inconsistency between the order in which the configuration takes effect and the order in xDS push

Open

#13.910 geöffnet am 5. Nov. 2020

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/xdsbughelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

We currently use a control plane software to dynamically create clusters and routes. However, in practice, we have found that if we create a route immediately after creating a cluster. For a very small period of time, requests to access the route return 503 + NR.

We speculate that the process of cluster warming causes the cluster configuration to take effect later than the route configuration takes effect. But not for sure.

I wonder if the community has encountered a similar problem? Any suggestions?

Contributor Guide