-
Notifications
You must be signed in to change notification settings - Fork 631
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
sdk: implement multi-threading tests for BatchSpanProcessor #392
Comments
+1, this is a blocker for my customer - can we trust the BatchSpanProcessor to work across threads / processes ? |
I'd be happy to look into this if help is still needed |
Thanks @aravinsiva, assigning it to you |
I just need a bit more clarification on this. I was under the impression that batch processors already run on a separate thread. So what exactly is meant by 'multi-threading' tests? |
@aravinsiva |
@lzchen I'm confused how you can test this with "multiple BatchSpanProcessors" here? The issue says
doesn't that mean calling those methods on a single |
Please reassign ticket as internship is concluding. |
This issue was marked stale due to lack of activity. It will be closed in 30 days. |
Closed as inactive. Feel free to reopen if this issue needs resolving. |
As @Oberon00 suggested in #389 (comment), we are missing multi-threading tests for the batch span processor.
Those tests should check that shutdown, force_flush can be called concurrently without causing racing conditions.
The text was updated successfully, but these errors were encountered: