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

[exporterhelper] Fix shutdown hang on unstarted exporter #10313

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

carsonip
Copy link
Contributor

@carsonip carsonip commented Jun 4, 2024

Description

Fix a bug where shutdown hangs if batch_sender exporter is not started. The bug causes generated component tests to fail as well.

Link to tracking issue

Fixes #10306

@carsonip carsonip requested review from a team and mx-psi June 4, 2024 18:56
Copy link

codecov bot commented Jun 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.63%. Comparing base (bb4955e) to head (067ef3c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #10313   +/-   ##
=======================================
  Coverage   92.62%   92.63%           
=======================================
  Files         386      386           
  Lines       18236    18238    +2     
=======================================
+ Hits        16892    16894    +2     
  Misses       1000     1000           
  Partials      344      344           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dmitryax
Copy link
Member

dmitryax commented Jun 4, 2024

Thanks @carsonip!

@dmitryax dmitryax merged commit 115bc8e into open-telemetry:main Jun 4, 2024
48 checks passed
@github-actions github-actions bot added this to the next release milestone Jun 4, 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.

[exporterhelper] Batchsender hangs generated component shutdown test
2 participants