FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Run JDK HTTP sender on non-daemon threads. by SoftlySplinter · Pull Request #7322 · open-telemetry/opentelemetry-java · GitHub

Run JDK HTTP sender on non-daemon threads. - #7322

Merged
jack-berg merged 4 commits into
open-telemetry:mainfrom
SoftlySplinter:jdkhttpsender-daemon-executor
May 15, 2025
Merged

Run JDK HTTP sender on non-daemon threads.#7322
jack-berg merged 4 commits into
open-telemetry:mainfrom
SoftlySplinter:jdkhttpsender-daemon-executor

Conversation

Copy link
Copy Markdown
Contributor

Fixes #7321

Updated the default ExecutorService on JdkHttpSender to use the DaemonThreadFactory, instead of the JDK default.

SoftlySplinter requested a review from a team as a code owner May 6, 2025 13:55

linux-foundation-easycla Bot commented May 6, 2025
edited
Loading

Copy link
Copy Markdown



The committers listed above are authorized under a signed CLA.

codecov Bot commented May 6, 2025
edited
Loading

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.87%. Comparing base (bed02d5) to head (d72372e).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #7322   +/-   ##
=========================================
  Coverage     89.87%   89.87%           
- Complexity     6898     6899    +1     
=========================================
  Files           786      786           
  Lines         20792    20793    +1     
  Branches       2026     2026           
=========================================
+ Hits          18686    18687    +1     
  Misses         1465     1465           
  Partials        641      641           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

jack-berg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Just one minor comment. Thanks for the contribution!

SoftlySplinter force-pushed the jdkhttpsender-daemon-executor branch from 74dc274 to 3f8f823 Compare May 12, 2025 15:14
SoftlySplinter requested a review from jack-berg May 12, 2025 15:14
SoftlySplinter force-pushed the jdkhttpsender-daemon-executor branch 2 times, most recently from 9246d65 to 868f887 Compare May 12, 2025 16:04
* Updated the default ExecutorService on JdkHttpSender to use the
  DaemonThreadFactory, instead of the JDK default.
- Moved the functions in JdkHttpUtil to JdkHttpSender.
- Updated test.
SoftlySplinter force-pushed the jdkhttpsender-daemon-executor branch from 868f887 to 00e7609 Compare May 14, 2025 11:24
jack-berg merged commit deeceeb into open-telemetry:main May 15, 2025
SoftlySplinter deleted the jdkhttpsender-daemon-executor branch May 16, 2025 12:50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

Non-daemon thread in OTLP JDK HTTP sender

2 participants


Back | FazBrowse Home | New Git URL