Sriram Subramanian created KAFKA-906: ----------------------------------------
Summary: Invoke halt on shutdown and startup failure to ensure the jvm is brought down Key: KAFKA-906 URL: https://issues.apache.org/jira/browse/KAFKA-906 Project: Kafka Issue Type: Bug Affects Versions: 0.8 Reporter: Sriram Subramanian Assignee: Sriram Subramanian Fix For: 0.8 Sometimes kafka is made to run as a service in an external container. This container usually disables the individual services from exiting the process by installing a security manager. The right fix is to implement the startup and shutdown logic of kafka using the interfaces provided by these containers which would involve more work. For 0.8, we will simply call halt as the last step of shutdown and startup during a failure. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira