Skip to content
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

[MINOR] fix(tez): fix thread factory name #975

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

zhengchenyu
Copy link
Collaborator

since #755, the thread name should not written with %d, or else will throw exception.

@codecov-commenter
Copy link

codecov-commenter commented Jun 27, 2023

Codecov Report

Merging #975 (d0198e6) into master (60d9b21) will increase coverage by 1.19%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##             master     #975      +/-   ##
============================================
+ Coverage     52.99%   54.18%   +1.19%     
- Complexity     2473     2475       +2     
============================================
  Files           375      355      -20     
  Lines         20347    17987    -2360     
  Branches       1725     1725              
============================================
- Hits          10782     9746    -1036     
+ Misses         8892     7641    -1251     
+ Partials        673      600      -73     
Impacted Files Coverage Δ
...n/java/org/apache/tez/dag/app/RssDAGAppMaster.java 8.07% <0.00%> (ø)

... and 21 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@jerqi jerqi left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @zhengchenyu , merged.

@jerqi jerqi merged commit 431cb78 into apache:master Jun 27, 2023
27 checks passed
@zhengchenyu zhengchenyu deleted the fix.thread.name branch June 27, 2023 07:42
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.

None yet

3 participants