Closed majieyue closed 3 days ago
Attention: Patch coverage is 78.18182%
with 36 lines
in your changes missing coverage. Please review.
Project coverage is 81.11%. Comparing base (
07b18ac
) to head (c68f384
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What changes were proposed in this pull request?
In some rare cases, the sub-processes of workers may become an orphan process, when workers are being stopped. We need to clean up these orphan processes in the end
Why are the changes needed?
The orphan process may take over resources and make the npu not available
Does this PR introduce any user-facing change?
No
How was this patch tested?
UT and BVT