-
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
Revert "sql: improve stack trace for get-user-timeout timeouts" #96504
Conversation
This reverts commit 662e19c. gRPC does note expect the context to be wrapped, so it can get confused. Release note: None
tftr! bors r=ecwall |
bors r- #96483 might replace this |
Canceled. |
as a release branch is getting prepped soon (tomorrow or day after IIRC), we either need to decide to merge this or the other change before then. |
this is on the master branch. is a release being cut from here? the 22.1 revert already was merged. |
#96505 22.2 doesn't look merged :D oops, i think master is fine but we should pull the trigger on 22.2 |
yeah, I'm fine to merge that. the next 22.2 tag is scheduled for next week I think. |
bors r=ecwall |
Build failed (retrying...): |
Build succeeded: |
This reverts commit 662e19c.
gRPC does not expect the context to be wrapped, so it can get confused.
informs #95794
Release note: None