GitHub user jric opened a pull request: https://github.com/apache/kafka/pull/41
Improvements to server stop scripts Interrupt signal doesn't work to stop the servers (at least not on Amazon Linux.) Also, improved the selectivity of the stop command for the Zookeeper stop script, so that it doesn't accidentally kill the wrong processes. Finally, modified the Zookeeper stop script so that it doesn't give a cryptic message in case zookeeper is not already stopped. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jric/kafka 0.8.1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/41.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #41 ---- commit 1003d196f23da183649405220a1133abba10d111 Author: Joshua Richardson <j...@chegg.com> Date: 2015-01-14T00:24:50Z Interrupt signal doesn't work to stop the servers (at least not on Amazon Linux.) Also, improved the selectivity of the stop command for the Zookeeper stop script, so that it doesn't accidentally kill the wrong processes. Finally, modified the Zookeeper stop script so that it doesn't give a cryptic message in case zookeeper is not already stopped. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---