-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Empty EDS prevents LDS and RDS requests #4485
Labels
Milestone
Comments
@ramaraochavali I wonder if #4276 might have led to this issue? Essentially what is happening AFAICT is that cluster initialization never completes, since an empty EDS response is not sufficient to provide an empty initial update to the cluster. |
@htuch I think you are right. I will revert it for now to get back the old behaviour and fix the empty stat issue later |
htuch
pushed a commit
that referenced
this issue
Sep 23, 2018
Reverting the empty stat update fix so that we fix this bug #4485 Risk Level: Low Testing: Automated tests Signed-off-by: Rama <rama.rao@salesforce.com>
ramaraochavali
added a commit
to ramaraochavali/envoy
that referenced
this issue
Mar 4, 2019
…d because of envoyproxy#4485 via envoyproxy#4490 Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
When connecting to a management server over ADS, Envoy is sending the expected CDS and EDS requests. However, if the EDS response is empty, Envoy is repeatedly requesting EDS and never moving on to LDS and RDS.
Repro steps:
Config:
Logs:
The text was updated successfully, but these errors were encountered: