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 aperta il 25 giu 2020

Vedi su GitHub
 (0 commenti) (7 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/configurationhelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

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.

Guida contributor