LDS entries should be bit for bit identical #1096
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Milestone
#499 showed that frequent updates to LDS will cause many draining copies of the older listeners to stay around in memory on the Envoy side. #499 (comment) has more details.
This issue captures the desire to ensure that LDS entries, specifically
ingress_https
which contains multiple FilterChain entries are sorted so that when a logically identical update is forwarded to Envoy, it can be skipped because its hash is identical to a previous update.See also #876 which switched all the Filter configurations to be TypedConfig's making them bit for bit identical.
The text was updated successfully, but these errors were encountered: