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
   
![image](https://user-images.githubusercontent.com/20518339/196680149-c9ea6342-72ae-4c7d-a5f1-c61880f277ba.png)
   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]

Reply via email to