You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Neha Narkhede (Created) (JIRA)" <ji...@apache.org> on 2012/04/06 21:55:22 UTC

[jira] [Created] (KAFKA-328) Improve kafka server startup and shutdown API

Improve kafka server startup and shutdown API 
----------------------------------------------

                 Key: KAFKA-328
                 URL: https://issues.apache.org/jira/browse/KAFKA-328
             Project: Kafka
          Issue Type: Bug
            Reporter: Neha Narkhede


Background discussion in KAFKA-320

startup and shutdown needs to be fixed to ensure correct behavior on repeated calls to the API. One of the possible checks would be -

1. A Kafka server can startup if it is not already starting up, if it is not currently being shutdown, or if it hasn't been already started

2. A Kafka server can shutdown if it is not already shutting down, if it is not currently starting up, or if it hasn't been already shutdown. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira