dolphinscheduler icon indicating copy to clipboard operation
dolphinscheduler copied to clipboard

[hotfix] Clear thread name in BaseTaskProcessor

Open ruanwenjun opened this issue 1 year ago • 2 comments

Purpose of the pull request

Clear the thread name to avoid the log print bug

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(or)

If your pull request contain incompatible change, you should also add it to docs/docs/en/guide/upgrede/incompatible.md

ruanwenjun avatar Aug 11 '22 07:08 ruanwenjun

Codecov Report

Merging #11422 (7129b35) into dev (496c2d4) will increase coverage by 0.00%. The diff coverage is 47.36%.

@@            Coverage Diff            @@
##                dev   #11422   +/-   ##
=========================================
  Coverage     39.43%   39.44%           
+ Complexity     4622     4621    -1     
=========================================
  Files           980      980           
  Lines         37260    37268    +8     
  Branches       4176     4176           
=========================================
+ Hits          14695    14700    +5     
- Misses        21031    21033    +2     
- Partials       1534     1535    +1     
Impacted Files Coverage Δ
...r/server/master/runner/task/BaseTaskProcessor.java 15.12% <47.36%> (+1.82%) :arrow_up:
...er/master/dispatch/host/assign/RandomSelector.java 77.77% <0.00%> (-5.56%) :arrow_down:

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

codecov-commenter avatar Aug 11 '22 08:08 codecov-commenter