-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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,sql,kv: various context improvements #72836
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 3 files at r1, 2 of 4 files at r2, 1 of 1 files at r3, 1 of 1 files at r4.
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @gh-casper and @RaduBerinde)
LGTM on the kv change. |
TFYRs! bors r=miretskiy,tbg |
Build failed: |
bors r=miretskiy,tbg |
bors r- |
Canceled. |
bors r=miretskiy,tbg |
bors r- |
Canceled. |
Needed to be able to do `AddTags(..., FromContext(ctx))` when the ctx might not have tags yet. Release note: None
In my previous changes to these areas, I mistakenly used `WithTags`, where we really wanted `AddTags`. This patch fixes that. Release note: None
Release note: None
Release note: None
Release note: None
bors r=miretskiy,tbg |
Build succeeded: |
Informs #58938.
Connects more async goroutines to the tracer.
Also fixes various defects I introduced in #72638 and #72605.