envoyproxy/envoy

Atomic updates of xDS resources with their dependencies

オープン

#12,095 opened on 2020/07/15

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (5,373 件のフォーク)batch import
area/xdsdesign proposalhelp wanted

Repository metrics

Stars
 (27,997 個のスター)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

When the pilot crashes, in some scenarios, the configuration data will be inconsistent, resulting in a request of 503 NR~ (https://github.com/istio/istio/issues/25495)

Ads is the final consistency, but in the process of ads pushing, if pilot crash, it will cause abnormal traffic, such as after pushing cds and then the process crash~

It is recommended whether ads (rds, eds, lds, rds) can be accompanied by a version number, and cds can be associated with lds and rds, so that the configuration will take effect only after all configurations are correctly received, and the configuration will be in the warm state before the configuration takes effect.

@htuch @lizan

コントリビューターガイド