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

[Bug][Worker] fix task kill #9578

Merged
merged 1 commit into from
Apr 19, 2022
Merged

[Bug][Worker] fix task kill #9578

merged 1 commit into from
Apr 19, 2022

Conversation

caishunfeng
Copy link
Contributor

@caishunfeng caishunfeng commented Apr 19, 2022

Purpose of the pull request

this pr close #9579

Brief change log

Verify this pull request

  • Manually verified the change by testing locally.

@codecov-commenter
Copy link

Codecov Report

Merging #9578 (f1707ed) into dev (efe0486) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                dev    #9578      +/-   ##
============================================
- Coverage     39.94%   39.93%   -0.01%     
+ Complexity     4430     4429       -1     
============================================
  Files           831      831              
  Lines         33326    33325       -1     
  Branches       3679     3679              
============================================
- Hits          13311    13310       -1     
+ Misses        18788    18787       -1     
- Partials       1227     1228       +1     
Impacted Files Coverage Δ
...r/server/worker/processor/TaskCallbackService.java 0.00% <ø> (ø)
...er/master/dispatch/host/assign/RandomSelector.java 77.77% <0.00%> (-5.56%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update efe0486...f1707ed. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented Apr 19, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Contributor

@lenboo lenboo left a comment

Choose a reason for hiding this comment

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

+1

@lenboo lenboo merged commit b4017d0 into apache:dev Apr 19, 2022
Tianqi-Dotes pushed a commit to Tianqi-Dotes/dolphinscheduler that referenced this pull request Jun 16, 2022
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.

[Bug] [Worker] task kill fail
3 participants