-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flip grpc client cache flag #19253
Flip grpc client cache flag #19253
Conversation
Signed-off-by: chaoqin-li1123 <[email protected]>
Signed-off-by: chaoqin-li1123 <[email protected]>
Signed-off-by: chaoqin-li1123 <[email protected]>
…grpc_client_cache_flag
/retest |
Retrying Azure Pipelines: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks fine; I thought we were going to enable this at one call-site per PR though.
Or is there only one remaining call-site at this point?
/wait
Per our discussion, it is ok to flip a runtime even when involves many components and filters. |
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
@@ -14,6 +14,7 @@ Minor Behavior Changes | |||
* bandwidth_limit: added :ref:`response trailers <envoy_v3_api_field_extensions.filters.http.bandwidth_limit.v3.BandwidthLimit.enable_response_trailers>` when request or response delay are enforced. | |||
* bandwidth_limit: added :ref:`bandwidth limit stats <config_http_filters_bandwidth_limit>` *request_enforced* and *response_enforced*. | |||
* dns: now respecting the returned DNS TTL for resolved hosts, rather than always relying on the hard-coded :ref:`dns_refresh_rate. <envoy_v3_api_field_config.cluster.v3.Cluster.dns_refresh_rate>` This behavior can be temporarily reverted by setting the runtime guard ``envoy.reloadable_features.use_dns_ttl`` to false. | |||
* grpc: flip runtime guard ``envoy.reloadable_features.enable_grpc_async_client_cache`` to be default enabled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make sure comment what the functional change is?
Also this got lost as well due to the waiting tag, sorry. I've removed it so hopefully it will make progress again, but you'll want to main merge for current.rst
also needs main merge |
…grpc_client_cache_flag
Signed-off-by: chaoqin-li1123 <[email protected]>
Signed-off-by: chaoqin-li1123 <[email protected]>
./retest |
/retest |
Retrying Azure Pipelines: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a non-Google senior maintainer approval:
/assign-from @envoyproxy/senior-maintainers
@envoyproxy/senior-maintainers assignee is @zuercher |
Risk Level: low Testing: change testing to verify new behavior Docs Changes: n/a Release Notes: added Platform Specific Features: n/a Signed-off-by: chaoqin-li1123 <[email protected]> Signed-off-by: Josh Perry <[email protected]>
Commit Message: Make grpc client cache default enable.
Additional Description:
Risk Level: low
Testing: change testing to verify new behavior
Docs Changes: document the behavior change in current.rst
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]