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 goroutine leak in gRPC StreamClientInterceptor #581

Merged
merged 5 commits into from
Feb 18, 2021

Conversation

XSAM
Copy link
Member

@XSAM XSAM commented Feb 16, 2021

Fixes #501

@XSAM XSAM changed the title Fix error handling in gRPC StreamClientInterceptor Fix goroutine leak in gRPC StreamClientInterceptor Feb 16, 2021
@codecov
Copy link

codecov bot commented Feb 16, 2021

Codecov Report

Merging #581 (8af7749) into main (0fe4199) will increase coverage by 0.0%.
The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main    #581   +/-   ##
=====================================
  Coverage   77.9%   77.9%           
=====================================
  Files         55      55           
  Lines       2597    2602    +5     
=====================================
+ Hits        2024    2029    +5     
  Misses       443     443           
  Partials     130     130           
Impacted Files Coverage Δ
...ion/google.golang.org/grpc/otelgrpc/interceptor.go 87.0% <100.0%> (+0.2%) ⬆️

@XSAM XSAM force-pushed the grpc-leak-goroutine branch from c659687 to 05247b9 Compare February 17, 2021 14:00
@MrAlias MrAlias merged commit 62c8535 into open-telemetry:main Feb 18, 2021
@XSAM XSAM deleted the grpc-leak-goroutine branch February 19, 2021 02:50
This was referenced Mar 7, 2021
@pellared pellared added this to the untracked milestone Nov 8, 2024
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.

otelgrpc: error handling in StreamClientInterceptor
6 participants