forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
getaddrinfo: Change the
dns_nodata_noname_is_success
runtime guard …
…to false runtime (envoyproxy#38256) Treating `EAI_NONAME` and `EAI_NODATA` as success can cause an issue because once the host is in the cache as a success, it will only be refreshed for the duration of the TTL, which means any subsequent requests for that host will automatically fail. This fixes an issue introduced in envoyproxy#33934 and changes the `envoy.reloadable_features.dns_nodata_noname_is_success` to `FALSE_RUNTIME_GUARD`, which defaults to false. Risk Level: low Testing: unit tests Docs Changes: n/a Release Notes: n/a Platform Specific Features: getaddrinfo Optional Runtime guard: `envoy.reloadable_features.dns_nodata_noname_is_success` Signed-off-by: Fredy Wijaya <[email protected]>
- Loading branch information
Showing
4 changed files
with
38 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters