dns: enable dns failure refresh rate configuration#8226
dns: enable dns failure refresh rate configuration#8226htuch merged 5 commits intoenvoyproxy:masterfrom
Conversation
|
@snowp do you mind taking a look? |
snowp
left a comment
There was a problem hiding this comment.
LGTM
@envoyproxy/api-shepherds for API review
mattklein123
left a comment
There was a problem hiding this comment.
Generally LGTM with some small comments.
/wait
67400e7 to
40ca4e2
Compare
|
The CI is failing for a very weird reason. That's the new field I introduced in this PR, and it thinks the field existed already? |
|
You have a merge conflict. /wait |
|
Actually I'm not sure what the issue is. Try merging master. |
htuch
left a comment
There was a problem hiding this comment.
Thanks, looks good but a few cleanups requested.
40ca4e2 to
4f01756
Compare
4f01756 to
f7ab87b
Compare
|
@htuch I've addressed your comments in f7ab87b. |
htuch
left a comment
There was a problem hiding this comment.
LGTM, final few comments.
/wait
|
@htuch I've addressed your latest comments in adc0da2. |
81979d7 to
eb95685
Compare
|
unrelated flakes? |
|
@venilnoronha No, you'll need to update stats_integration_test for the per cluster memory test when you add a new field to cluster. |
This adds a new `dns_failure_refresh_rate` configuration to the `Cluster` type to allow the configuration of the DNS refresh rate during failures (empty responses). Signed-off-by: Venil Noronha <veniln@vmware.com>
Signed-off-by: Venil Noronha <veniln@vmware.com>
Signed-off-by: Venil Noronha <veniln@vmware.com>
Signed-off-by: Venil Noronha <veniln@vmware.com>
17327da to
76ba7b9
Compare
Signed-off-by: Venil Noronha <veniln@vmware.com>
This adds a new dns_failure_refresh_rate configuration to the Cluster type to allow the configuration of the DNS refresh rate during failures (empty responses). Risk Level: Low Testing: Updated tests Docs Changes: Updated docs Release Notes: Added an entry describing the change Fixes envoyproxy#7367 Signed-off-by: Venil Noronha <veniln@vmware.com>
Description: This adds a new
dns_failure_refresh_rateconfiguration to theClustertype to allow the configuration of the DNS refresh rate during failures (empty responses).Risk Level: Low
Testing: Updated tests
Docs Changes: Updated docs
Release Notes: Added an entry describing the change
Fixes #7367