You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2014/02/01 04:28:08 UTC

[jira] [Updated] (KAFKA-1125) Add options to let admin tools blocking until finish

     [ https://issues.apache.org/jira/browse/KAFKA-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guozhang Wang updated KAFKA-1125:
---------------------------------

    Description: 
Topic config change as well as create-topic, add-partition, partition-reassignment and preferred leader election are all asynchronous in the sense that the admin command would return immediately and one has to check himself if the process has finished. It is better to add an option to make these commands blocking until the process is done.

Also, it would be good to order admin tasks in order so that they can be executed sequentially in logic.

  was:Topic config change as well as create-topic, add-partition, partition-reassignment and preferred leader election are all asynchronous in the sense that the admin command would return immediately and one has to check himself if the process has finished. It is better to add an option to make these commands blocking until the process is done.


> Add options to let admin tools blocking until finish
> ----------------------------------------------------
>
>                 Key: KAFKA-1125
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1125
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 0.8.1
>            Reporter: Guozhang Wang
>            Assignee: Guozhang Wang
>
> Topic config change as well as create-topic, add-partition, partition-reassignment and preferred leader election are all asynchronous in the sense that the admin command would return immediately and one has to check himself if the process has finished. It is better to add an option to make these commands blocking until the process is done.
> Also, it would be good to order admin tasks in order so that they can be executed sequentially in logic.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)