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 ouverte le 25 juin 2020

Voir sur GitHub
 (0 commentaires) (7 réactions) (0 assignés)C++ (5 373 forks)batch import
area/configurationhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

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.

Guide contributeur