chore: Shorten job names to stay within Linux 15-char thread limit - #6669
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6669 +/- ##
=======================================
Coverage 81.4% 81.5%
=======================================
Files 998 998
Lines 74443 74443
Branches 7563 7558 -5
=======================================
+ Hits 60632 60634 +2
+ Misses 13811 13809 -2
🚀 New features to boost your workflow:
|
a1q123456
reviewed
Mar 26, 2026
a1q123456
approved these changes
Mar 26, 2026
bthomee
approved these changes
Mar 26, 2026
vvysokikh1
removed their request for review
March 26, 2026 13:50
bthomee
pushed a commit
that referenced
this pull request
Mar 30, 2026
bthomee
pushed a commit
that referenced
this pull request
Mar 30, 2026
bthomee
pushed a commit
that referenced
this pull request
Apr 7, 2026
ximinez
pushed a commit
that referenced
this pull request
Apr 10, 2026
ximinez
pushed a commit
that referenced
this pull request
Apr 22, 2026
beartec-jpg
pushed a commit
to beartec-jpg/FalconLedger
that referenced
this pull request
Jun 1, 2026
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.
High Level Overview of Change
Linux limits thread names to 15 characters (plus null terminator). Job names that include ledger sequences were exceeding this limit, causing assertion failures.
Dynamic job names constructed with ledger sequences (e.g., "OrderBookUpd" + seq) can exceed 15 characters as ledger numbers grow.
Fixes:
Result: Both job names now guaranteed to stay within 15-character limit:
API Impact
libxrplchange (any change that may affectlibxrplor dependents oflibxrpl)