ref(batcher): name dedicated batcher threads - #1937
Merged
Merged
Conversation
jpnurmi
marked this pull request as ready for review
August 3, 2026 09:29
Give the logs and metrics batchers distinct OS-level thread names while keeping the batcher implementation generic. Named dedicated threads make profiling and tracing easier because background work can be identified directly in debuggers, crash dumps, and trace timelines instead of showing up as anonymous worker activity.
jpnurmi
force-pushed
the
jpnurmi/ref/batcher-thread-names
branch
from
August 3, 2026 09:39
1683b3f to
84a0453
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1937 +/- ##
==========================================
- Coverage 75.80% 75.80% -0.01%
==========================================
Files 93 93
Lines 22149 22167 +18
Branches 3942 3944 +2
==========================================
+ Hits 16791 16804 +13
- Misses 4477 4481 +4
- Partials 881 882 +1 🚀 New features to boost your workflow:
|
JoshuaMoelans
approved these changes
Aug 3, 2026
1 task
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Give the logs and metrics batchers distinct OS-level thread names.
Named dedicated threads make profiling and tracing easier because background work can be identified directly in debuggers, crash dumps, and trace timelines instead of showing up as anonymous worker activity.
Before
After