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 client sometimes loses updates when canceling/re-subscribing to same resource concurrently #4409

Closed
dfawley opened this issue May 10, 2021 · 3 comments
Assignees

Comments

@dfawley
Copy link
Member

dfawley commented May 10, 2021

This was causing a test to be flaky but was worked around via #4377

@menghanl
Copy link
Contributor

Client is watch for resource A

req(A, "")
resp(A, v1)
req(A, v1) // this is ACK

user cancels watch for A

req([], v1) // this removes A from the requested resources

user re-adds watch for A
What version to send with the request?
We will send

req(A, v1)

In the failed test, the controller (go-control-plane) doesn't resend (A, v1) to the client.

@dfawley
Copy link
Member Author

dfawley commented May 12, 2021

@menghanl is this now confirmed to be caused by envoyproxy/go-control-plane#431 ? If so I think we can close it here.

@menghanl
Copy link
Contributor

Yes. Closing now.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants