GitHub user SinghAsDev opened a pull request: https://github.com/apache/kafka/pull/167
KAFKA-2468: SIGINT during Kafka server startup can leave server deadlocked As we handle exceptions or invalid states in Kafka server by shutting it down, there is no reason to use exit() and not halt() in shutdown itself. You can merge this pull request into a Git repository by running: $ git pull https://github.com/SinghAsDev/kafka KAFKA-2468 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/167.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 #167 ---- commit 6b5954fb2747f9c94289ad4a75873131b7f55d0a Author: asingh <asi...@cloudera.com> Date: 2015-08-25T07:34:42Z KAFKA-2468: SIGINT during Kafka server startup can leave server deadlocked ---- --- 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. ---