SbloodyS commented on issue #17753: URL: https://github.com/apache/dolphinscheduler/issues/17753#issuecomment-3625880163
> [@SbloodyS](https://github.com/SbloodyS) [a819721810](https://github.com/a819721810) is correct. Using `kill -s SIGINT [pid]` may throw 'invalid signal specification' in some shells, for example `/bin/sh`. DS can not guarantee execution in bash. Using `kill -2 [pid]` is the most compatible choice for `ProcessUtils.kill()`. Please assign this issue to me to fix. This sounds good. We should change other similar ones into common writing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
