Skip to content
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

xDS: enable envoy.restart_features.use_eds_cache_for_ads by default #35696

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

adisuissa
Copy link
Contributor

Commit Message: xDS: enable envoy.restart_features.use_eds_cache_for_ads by default
Additional Description:
Reverts #32767 (re-enables #32604) after a bug was fixed and this has been running in prod for a few months.

Caching of EDS responses was added in #28273 and we have been using it internally.
This PR flips the runtime guard to be true by default.
This solves the issue of not receiving EDS assignments after receiving a cluster update (in a CDS response).

Risk Level: medium - may impact memory, but should not impact data-plane/config-plane behavior
Testing: updated in previous PRs
Docs Changes: updated in previous PRs
Release Notes: Added
Platform Specific Features: N/A

Copy link

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #35696 was opened by adisuissa.

see: more, trace.

Copy link

CC @envoyproxy/runtime-guard-changes: FYI only for changes made to (source/common/runtime/runtime_features.cc).

🐱

Caused by: #35696 was opened by adisuissa.

see: more, trace.

@adisuissa adisuissa marked this pull request as ready for review August 14, 2024 13:39
@adisuissa
Copy link
Contributor Author

/assign @alyssawilk

Copy link
Contributor

@alyssawilk alyssawilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huzzah!

@adisuissa adisuissa merged commit 06a20dd into envoyproxy:main Aug 15, 2024
48 checks passed
duxin40 pushed a commit to duxin40/envoy that referenced this pull request Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants