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

fix(spanner): inject "x-goog-spanner-request-id" into outgoing client context #11544

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

odeke-em
Copy link
Contributor

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

@odeke-em odeke-em requested review from a team as code owners January 31, 2025 16:11
@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label Jan 31, 2025
@rahul2393 rahul2393 requested a review from olavloite January 31, 2025 16:14
@odeke-em odeke-em force-pushed the spanner-inject-requestID-into-outgoing-context branch from 281d102 to acee589 Compare January 31, 2025 16:45
@odeke-em odeke-em requested a review from rahul2393 January 31, 2025 16:45
@odeke-em odeke-em force-pushed the spanner-inject-requestID-into-outgoing-context branch from acee589 to bfa4afc Compare January 31, 2025 16:46
@rahul2393 rahul2393 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 31, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label 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 odeke-em force-pushed the spanner-inject-requestID-into-outgoing-context branch from bfa4afc to 857012c Compare January 31, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the Spanner API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spanner: x-goog-spanner-request-id generated but not propagated in RPC to Google's Frontend server
3 participants