-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
spanner: x-goog-spanner-request-id generated but not propagated in RPC to Google's Frontend server #11543
Labels
Comments
odeke-em
added a commit
to orijtech/google-cloud-go
that referenced
this issue
Jan 31, 2025
… context Injects metadata derived from the associated gax.CallOptions that were correctly being generated and tested, but accidentally not injected into the outgoing context. Fixes googleapis#11543
odeke-em
added a commit
to orijtech/google-cloud-go
that referenced
this issue
Jan 31, 2025
… context Injects metadata derived from the associated gax.CallOptions that were correctly being generated and tested, but accidentally not injected into the outgoing context. Fixes googleapis#11543
odeke-em
added a commit
to orijtech/google-cloud-go
that referenced
this issue
Jan 31, 2025
… context Injects metadata derived from the associated gax.CallOptions that were correctly being generated and tested, but accidentally not injected into the outgoing context. Fixes googleapis#11543
odeke-em
added a commit
to orijtech/google-cloud-go
that referenced
this issue
Jan 31, 2025
… context Injects metadata derived from the associated gax.CallOptions that were correctly being generated and tested, but accidentally not injected into the outgoing context. Fixes googleapis#11543
odeke-em
added a commit
to orijtech/google-cloud-go
that referenced
this issue
Jan 31, 2025
… context Injects metadata derived from the associated gax.CallOptions that were correctly being generated and tested, but accidentally not injected into the outgoing context. Fixes googleapis#11543
olavloite
added a commit
that referenced
this issue
Feb 2, 2025
… context (#11544) Injects metadata derived from the associated gax.CallOptions that were correctly being generated and tested, but accidentally not injected into the outgoing context. Fixes #11543 Co-authored-by: Knut Olav Løite <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Client
Spanner
Coming here to make a reference, that despite generating and testing out to ensure that x-goog-spanner-request-id is correctly generated, it wasn't being propagated to Google's Frontend server as reported to me offline.
Diagnosis
The problem is that the outgoing context isn't injected with the appropriate header in our interceptor.
The text was updated successfully, but these errors were encountered: