DarkAssassinator commented on issue #12417: URL: https://github.com/apache/dolphinscheduler/issues/12417#issuecomment-1283870708
because current ds just use a pid file to save the process id, then kill it, so just will kill only one  so i want to refactor the ds cli + https://github.com/apache/dolphinscheduler/issues/12016 will use `ps -ef | grep "java" | grep "$DOLPHINSCHEDULER_HOME" | grep "$CLASS" | grep -v "grep" | awk '{print $2}' | xargs kill -9` to kill all service process. -- 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]
