-
Notifications
You must be signed in to change notification settings - Fork 4k
xds: xdsClient caches transient error for new watchers #12262
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: xdsClient caches transient error for new watchers #12262
Conversation
kannanjgithub
left a comment
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.
.
ejona86
left a comment
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.
With this change, I really want to kill errorDescription, as it is just lastError = Status.INVALID_ARGUMENT. However, some of the fallback code is using errorDescription in really weird ways, so we'd have to clean that up first.
Fixes #11672