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

Server not returning previously requested resource #1002

Closed
easwars opened this issue Sep 16, 2024 · 3 comments
Closed

Server not returning previously requested resource #1002

easwars opened this issue Sep 16, 2024 · 3 comments
Labels

Comments

@easwars
Copy link
Contributor

easwars commented Sep 16, 2024

Here is the sequence of events in the SotW variant of the xDS protocol that seems to show up a bug:

  • Client sends request for resource A
  • Server sends response for resource A
  • Client sends ACK
  • Client sends request with no resources (because it is no longer interested in resource A)
  • Server sends response with no resources
  • Client sends request for resource A again
    • it contains the previously acked version (since version is a property of the resource type and not any particular resource)
    • it contains the previously received nonce (since nonce is a property of the stream and not any particular resource)

What did I see?
Server does not send a response with resource A

What did I expected to see?
Server to send a response with resource A

@easwars
Copy link
Contributor Author

easwars commented Sep 16, 2024

This seems to be a duplicate of #431.

Copy link

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Oct 17, 2024
Copy link

This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant