envoyproxy/envoy

error message: "multiple filter chains with the same matching rules are defined" is hard to debug in large filters without context

Open

#11,753 创建于 2020年6月25日

在 GitHub 查看
 (0 评论) (7 反应) (0 负责人)C++ (5,373 fork)batch import
area/configurationhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

Its (unfortunately) not uncommon for us to run across bugs resulting in "multiple filter chains with the same matching rules are defined". These are pretty hard to debug when we have 100s of filter chains. It would be useful to get some sort of indication about which filter chain is duplicated, whether its the index of the filter chain or some other identifier.

贡献者指南