[ https://issues.apache.org/jira/browse/KAFKA-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15565750#comment-15565750 ]
ASF GitHub Bot commented on KAFKA-4291: --------------------------------------- GitHub user mimaison opened a pull request: https://github.com/apache/kafka/pull/2011 KAFKA-4291: TopicCommand --describe shows topics marked for deletion … …as under-replicated and unavailable TopicCommand --describe now shows if a topic is marked for deletion. Developed with @edoardocomar You can merge this pull request into a Git repository by running: $ git pull https://github.com/mimaison/kafka KAFKA-4291 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2011.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 #2011 ---- commit a849efdad6cd1611580e17e76ccac61c9b503a31 Author: Mickael Maison <mickael.mai...@gmail.com> Date: 2016-10-11T15:21:15Z KAFKA-4291: TopicCommand --describe shows topics marked for deletion as under-replicated and unavailable TopicCommand --describe now shows if a topic is marked for deletion. ---- > TopicCommand --describe shows topics marked for deletion as under-replicated > and unavailable > -------------------------------------------------------------------------------------------- > > Key: KAFKA-4291 > URL: https://issues.apache.org/jira/browse/KAFKA-4291 > Project: Kafka > Issue Type: Improvement > Components: admin > Affects Versions: 0.10.0.1 > Reporter: Mickael Maison > Assignee: Mickael Maison > > When using kafka-topics.sh --describe with --under-replicated-partitions or > --unavailable-partitions, topics marked for deletion are listed. > While this is debatable whether we want to list such topics this way, it > should at least print that the topic is marked for deletion, like --list > does. -- This message was sent by Atlassian JIRA (v6.3.4#6332)