-
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
warming cluster is not removed at new CDS response #13994
Labels
Milestone
Comments
Although this behavior is even guarded by integration test. envoy/test/integration/ads_integration_test.cc Lines 544 to 575 in 0e42452
IMHO it's a bug. Should we create a flag to optionally introduce new behavior. |
Seems broken, probably don't even need a runtime flag. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the cluster "foo" is warming, and the next CDS response doesn't contains "foo",
the cluster "foo" will not be removed.
This doesn't follow the concept of wildcard subscription. Also, LDS api doesn't
act like this.
CC @htuch
The text was updated successfully, but these errors were encountered: