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 default batcher to correctly call all done callbacks exactly once #12260

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

bogdandrutu
Copy link
Member

@bogdandrutu bogdandrutu commented Feb 3, 2025

Fixes #12247

@bogdandrutu bogdandrutu requested review from mx-psi, dmathieu, a team and dmitryax as code owners February 3, 2025 23:23
@bogdandrutu bogdandrutu force-pushed the fix-default-batcher branch 3 times, most recently from 4d5f936 to fcf0d41 Compare February 3, 2025 23:39
Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.27%. Comparing base (07b7d7f) to head (4f5c2a5).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #12260   +/-   ##
=======================================
  Coverage   91.26%   91.27%           
=======================================
  Files         466      466           
  Lines       25566    25586   +20     
=======================================
+ Hits        23334    23354   +20     
  Misses       1816     1816           
  Partials      416      416           

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

@bogdandrutu bogdandrutu force-pushed the fix-default-batcher branch 3 times, most recently from 659002a to d7e2f60 Compare February 4, 2025 00:02
@bogdandrutu bogdandrutu added this pull request to the merge queue Feb 4, 2025
Merged via the queue into open-telemetry:main with commit ef5f34f Feb 4, 2025
53 checks passed
@bogdandrutu bogdandrutu deleted the fix-default-batcher branch February 4, 2025 06:23
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.

Pull batcher does not correctly count the done/index to signal on terminate
2 participants