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 opened on Jun 25, 2020

View on GitHub
 (0 comments) (7 reactions) (0 assignees)C++ (5,373 forks)batch import
area/configurationhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

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.

Contributor guide