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 建立於 2020年11月5日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)C++ (5,373 fork)batch import
area/xdsbughelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

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?

貢獻者指南