You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/10/18 08:25:02 UTC

[GitHub] [dolphinscheduler] jamescheng16 opened a new issue, #12417: [Bug] [Script] bin script didn't stop java process

jamescheng16 opened a new issue, #12417:
URL: https://github.com/apache/dolphinscheduler/issues/12417

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   I use ./start-all and ./stop-all and ./install.sh, I found these script didn't kill java process correctly.
   ![Uploading Screen Shot 2022-10-18 at 16.23.55.png…]()
   
   
   ### What you expected to happen
   
   when use ./install.sh or ./stop-all, the process will be killed automaticly
   
   ### How to reproduce
   
   use script under this folder apache-dolphinscheduler-3.1.0-bin/bin
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.1.x
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] DarkAssassinator commented on issue #12417: [Bug] [Script] bin script didn't stop java process

Posted by GitBox <gi...@apache.org>.
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] closed issue #12417: [Bug] [Script] bin script didn't stop java process

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #12417: [Bug] [Script] bin script didn't stop java process 
URL: https://github.com/apache/dolphinscheduler/issues/12417


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #12417: [Bug] [Script] bin script didn't stop java process

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #12417:
URL: https://github.com/apache/dolphinscheduler/issues/12417#issuecomment-1412953597

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] jamescheng16 commented on issue #12417: [Bug] [Script] bin script didn't stop java process

Posted by GitBox <gi...@apache.org>.
jamescheng16 commented on issue #12417:
URL: https://github.com/apache/dolphinscheduler/issues/12417#issuecomment-1283224853

   version 3.1.0 
   ![Screen Shot 2022-10-18 at 16 23 55](https://user-images.githubusercontent.com/4263914/196573994-d427df25-fd26-475f-a480-06ee65d08bb5.png)
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #12417: [Bug] [Script] bin script didn't stop java process

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12417:
URL: https://github.com/apache/dolphinscheduler/issues/12417#issuecomment-1320696148

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #12417: [Bug] [Script] bin script didn't stop java process

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12417:
URL: https://github.com/apache/dolphinscheduler/issues/12417#issuecomment-1282064388

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org