FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: allow trace id to switch within the same connection by GaoleMeng · Pull Request #2852 · googleapis/java-bigquerystorage · GitHub

This repository was archived by the owner on Feb 24, 2026. It is now read-only.

fix: allow trace id to switch within the same connection - #2852

Merged
GaoleMeng merged 1 commit into
googleapis:mainfrom
GaoleMeng:feature_branch
Feb 11, 2025
Merged

fix: allow trace id to switch within the same connection#2852
GaoleMeng merged 1 commit into
googleapis:mainfrom
GaoleMeng:feature_branch

Conversation

Copy link
Copy Markdown
Contributor

This change will allow the trace id to be changeable within the same connection. So that the same connection pool could be used for multiple different trace id from different stream writer. We will pass a new trace id to server side once we detect a table switch

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️

If you write sample code, please follow the samples format.

GaoleMeng requested review from a team and whuffman36 February 6, 2025 01:58
product-auto-label Bot added size: m Pull request size is medium. api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. labels Feb 6, 2025
GaoleMeng force-pushed the feature_branch branch 2 times, most recently from d0eeecf to 305a57b Compare February 6, 2025 02:16

agrawal-siddharth left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Although this is OK for now, eventually we will also want to update the traceId on the telemetryMetrics when we have a table switch. Since currently we only use traceId for Dataflow in the telemetryMetrics, and Dataflow does not attempt to change the traceId across streams, we don't need this now.

GaoleMeng merged commit 850eaea into googleapis:main Feb 11, 2025
GaoleMeng deleted the feature_branch branch February 25, 2025 22:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL