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 issue where traces for server streaming gRPC calls incorrectly show the call as failing due to context cancellation #6470

Merged
merged 3 commits into from
Oct 24, 2023

Conversation

charleskorn
Copy link
Contributor

@charleskorn charleskorn commented Oct 24, 2023

What this PR does

This PR fixes an issue where traces for server streaming gRPC calls sometimes incorrectly show the call as failing due to context cancellation.

This issue is caused by the race condition described in opentracing-contrib/go-grpc#16.

This PR switches Mimir to use a fork of opentracing-contrib/go-grpc until the PR above is merged.

Which issue(s) this PR fixes or relates to

(none)

Checklist

  • [n/a] Tests updated
  • [n/a] Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@charleskorn charleskorn marked this pull request as ready for review October 24, 2023 03:27
@charleskorn charleskorn requested review from grafanabot and a team as code owners October 24, 2023 03:27
@charleskorn charleskorn enabled auto-merge (squash) October 24, 2023 05:11
@charleskorn charleskorn merged commit 2c55832 into main Oct 24, 2023
27 checks passed
@charleskorn charleskorn deleted the charleskorn/fix-grpc-tracing-race branch October 24, 2023 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants