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: streaming span writer is not working in grpc based remote storage plugin #3887

Merged
merged 2 commits into from
Aug 26, 2022

Conversation

arajkumar
Copy link
Contributor

@arajkumar arajkumar commented Aug 26, 2022

Which problem is this PR solving?

  • streaming span writer is not working in grpc remote storage plugin
  • errors other than io.EOF from grpc framework causes crash with streaming span writer

@arajkumar arajkumar requested a review from a team as a code owner August 26, 2022 13:44
@arajkumar arajkumar requested a review from vprithvi August 26, 2022 13:44
… plugin

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
grpc_handler.go handles only io.EOF and skipping other errors causes crash.

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
@arajkumar arajkumar force-pushed the grpc-remote-streaming-plugin branch from a2807b7 to 7551b95 Compare August 26, 2022 16:10
@arajkumar
Copy link
Contributor Author

cc @yurishkuro

@yurishkuro yurishkuro enabled auto-merge (squash) August 26, 2022 16:34
@codecov
Copy link

codecov bot commented Aug 26, 2022

Codecov Report

Base: 97.63% // Head: 97.63% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (7551b95) compared to base (538d96c).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3887   +/-   ##
=======================================
  Coverage   97.63%   97.63%           
=======================================
  Files         293      293           
  Lines       17070    17073    +3     
=======================================
+ Hits        16666    16669    +3     
  Misses        319      319           
  Partials       85       85           
Impacted Files Coverage Δ
plugin/storage/grpc/shared/grpc_handler.go 74.46% <100.00%> (+0.41%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

2 participants