envoyproxy/envoy

Envoy and control-plane xDS over ADS protocol deadlock when filtering stats

Open

#9,856 建立於 2020年1月28日

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

倉庫指標

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

描述

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:

貢獻者指南