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 geöffnet am 25. Juni 2020

Auf GitHub ansehen
 (0 Kommentare) (7 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/configurationhelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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