apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.39k stars 4.49k forks source link

[Fix-16222] Fix worker overload will casue task failed #16221

Closed ruanwenjun closed 2 days ago

ruanwenjun commented 3 days ago

Purpose of the pull request

close https://github.com/apache/dolphinscheduler/pull/16222

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)

Pull Request Notice

Pull Request Notice

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

codecov-commenter commented 2 days ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 41.24%. Comparing base (e856681) to head (604c79b).

:exclamation: Current head 604c79b differs from pull request most recent head 4a41e42

Please upload reports for the commit 4a41e42 to get more accurate results.

Files Patch % Lines
...duler/server/master/runner/BaseTaskDispatcher.java 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #16221 +/- ## ============================================ - Coverage 41.24% 41.24% -0.01% + Complexity 5125 5120 -5 ============================================ Files 1397 1397 Lines 44056 44054 -2 Branches 4665 4666 +1 ============================================ - Hits 18173 18172 -1 + Misses 24103 24101 -2 - Partials 1780 1781 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 2 days ago

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud