-
Notifications
You must be signed in to change notification settings - Fork 831
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 concurrent modification exception in ComponentRegistry #4951
Conversation
sdk/common/src/test/java/io/opentelemetry/sdk/internal/ComponentRegistryTest.java
Outdated
Show resolved
Hide resolved
Codecov ReportBase: 91.01% // Head: 91.02% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #4951 +/- ##
============================================
+ Coverage 91.01% 91.02% +0.01%
Complexity 4841 4841
============================================
Files 546 546
Lines 14442 14447 +5
Branches 1395 1395
============================================
+ Hits 13144 13150 +6
+ Misses 893 892 -1
Partials 405 405
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. |
* Fix concurrent modification exception in ComponentRegistry * Reduce number of threads and iterations
…4954) * Fix concurrent modification exception in ComponentRegistry * Reduce number of threads and iterations Co-authored-by: jack-berg <[email protected]> Co-authored-by: Jack Berg <[email protected]>
…metry#4951) * Fix concurrent modification exception in ComponentRegistry * Reduce number of threads and iterations
Noticed this bug today working on something else.