-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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] Match wrong pid on linux server #14646
Labels
Comments
Radeity
added
bug
Something isn't working
good first issue
good first issue
Waiting for reply
Waiting for reply
labels
Jul 27, 2023
Radeity
changed the title
[Bug] [Module Name] Bug title
[Bug] [Worker] get wrong pid on linux server
Jul 27, 2023
Radeity
changed the title
[Bug] [Worker] get wrong pid on linux server
[Bug] [Worker] Match wrong pid on linux server
Jul 27, 2023
Radeity
added
help wanted
Extra attention is needed
and removed
Waiting for reply
Waiting for reply
labels
Jul 27, 2023
I'll fix it |
CallMeKingsley97
pushed a commit
to CallMeKingsley97/dolphinscheduler
that referenced
this issue
Jul 28, 2023
CallMeKingsley97
pushed a commit
to CallMeKingsley97/dolphinscheduler
that referenced
this issue
Jul 28, 2023
CallMeKingsley97
pushed a commit
to CallMeKingsley97/dolphinscheduler
that referenced
this issue
Jul 28, 2023
CallMeKingsley97
pushed a commit
to CallMeKingsley97/dolphinscheduler
that referenced
this issue
Jul 28, 2023
CallMeKingsley97
pushed a commit
to CallMeKingsley97/dolphinscheduler
that referenced
this issue
Aug 4, 2023
CallMeKingsley97
pushed a commit
to CallMeKingsley97/dolphinscheduler
that referenced
this issue
Aug 4, 2023
Radeity
pushed a commit
that referenced
this issue
Aug 17, 2023
* [DS-14646][Worker] Fix match wrong pid on linux server This closes #14646 --------- Co-authored-by: yangxin3 <[email protected]>
zhongjiajie
pushed a commit
that referenced
this issue
Aug 30, 2023
* [DS-14646][Worker] Fix match wrong pid on linux server This closes #14646 --------- Co-authored-by: yangxin3 <[email protected]> (cherry picked from commit b3af374)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
What happened
If you deploy DS on linux server, cancel process instance, then it's possible to get error log:
What you expected to happen
No error log.
How to reproduce
Ditto.
Anything else
That is because in
ProcessUtils.getPidsStr
, only match pids on macos and windows.If run on linux server, will get pids string like:
sudo(6279)---558_1497.sh(6282)---sleep(6354)
, but if use windows matcher, it will match "6279 558 1497 6282 6354", expected matching results is "6279 6282 6354".Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: