RE: Topic deletion

2017-04-09 Thread Adrian McCague
al Message- > From: Akhilesh Pathodia [mailto:pathodia.akhil...@gmail.com] > Sent: 07 April 2017 09:57 > To: users@kafka.apache.org > Subject: Re: Topic deletion > > I am not sure but kafka delete command does not delete the topic > actually, it only marks it for deletion. Prob

Re: Topic deletion

2017-04-07 Thread Mayuresh Gharat
gt; From: Akhilesh Pathodia [mailto:pathodia.akhil...@gmail.com] > Sent: 07 April 2017 09:57 > To: users@kafka.apache.org > Subject: Re: Topic deletion > > I am not sure but kafka delete command does not delete the topic actually, > it only marks it for deletion. Probably it is fixed in later ver

RE: Topic deletion

2017-04-07 Thread Adrian McCague
...@gmail.com] Sent: 07 April 2017 09:57 To: users@kafka.apache.org Subject: Re: Topic deletion I am not sure but kafka delete command does not delete the topic actually, it only marks it for deletion. Probably it is fixed in later version of kafka. On Fri, Apr 7, 2017 at 2:14 PM, Adrian McCague

Re: Topic deletion

2017-04-07 Thread Akhilesh Pathodia
pics tool, out > of interest? > > Thanks > Adrian > > -Original Message- > From: Akhilesh Pathodia [mailto:pathodia.akhil...@gmail.com] > Sent: 07 April 2017 09:37 > To: users@kafka.apache.org > Subject: Re: Topic deletion > > Hi Adrian, > > You will

RE: Topic deletion

2017-04-07 Thread Adrian McCague
Hi Akhilesh, Why would this approach need to be taken over the kafka-topics tool, out of interest? Thanks Adrian -Original Message- From: Akhilesh Pathodia [mailto:pathodia.akhil...@gmail.com] Sent: 07 April 2017 09:37 To: users@kafka.apache.org Subject: Re: Topic deletion Hi Adrian

RE: Topic deletion

2017-04-07 Thread Adrian McCague
Hi Zakee, this is 0.10.2.0. Thanks for heads up on that issue. -Original Message- From: Zakee [mailto:kzak...@netzero.net] Sent: 06 April 2017 19:28 To: users@kafka.apache.org Subject: Re: Topic deletion What version of kafka you are on? There are issues with delete topic until I guess

Re: Topic deletion

2017-04-07 Thread Akhilesh Pathodia
Hi Adrian, You will have to delete the broker directory from zookeeper. This can be done from zookeeper cli. Connect to zookeeper cli using below command: zookeeper-client -server Then run below command : rmr /brokers/topics/ Thanks, AKhilesh On Thu, Apr 6, 2017 at 11:03 PM, Adrian McCague

Re: Topic deletion

2017-04-06 Thread Zakee
> From: Sachin Mittal [mailto:sjmit...@gmail.com] > Sent: 06 April 2017 19:05 > To: users@kafka.apache.org > Subject: Re: Topic deletion > > Do you have delete.topic.enable=true uncommented or present in > server.properties > > On Thu, Apr 6, 2017 at 11:03 PM,

RE: Topic deletion

2017-04-06 Thread Adrian McCague
users@kafka.apache.org Subject: Re: Topic deletion Do you have delete.topic.enable=true uncommented or present in server.properties On Thu, Apr 6, 2017 at 11:03 PM, Adrian McCague wrote: > Hi all, > > I am trying to understand topic deletion in kafka, there appears to be > very little documen

Re: Topic deletion

2017-04-06 Thread Sachin Mittal
Do you have delete.topic.enable=true uncommented or present in server.properties On Thu, Apr 6, 2017 at 11:03 PM, Adrian McCague wrote: > Hi all, > > I am trying to understand topic deletion in kafka, there appears to be > very little documentation or answers on how this works. Typically they ju

Re: Topic Deletion Issues

2016-01-05 Thread Ismael Juma
By the way, https://issues.apache.org/jira/browse/KAFKA-2937 was filed recently and it includes a PR. Ismael On Tue, Jan 5, 2016 at 7:14 PM, Gwen Shapira wrote: > If you have any way of capturing logs at trace level from the point of the > failed attempt until 10 minutes after, it will be super

Re: Topic Deletion Issues

2016-01-05 Thread Gwen Shapira
If you have any way of capturing logs at trace level from the point of the failed attempt until 10 minutes after, it will be super useful. We know there are issues in deleting topics, but it doesn't reproduce well, we don't know if its one issue or several and we don't have a good starting point o

Re: Topic Deletion Issues

2016-01-05 Thread Brenden Cobb
Hi Gwen- No, unfortunately it doesn't appear to be consistent. One day I had no problem with rapid deletion/recreation, the next I did. Kafka is still obsessing about the last failed deletion attempt and won't move on to subsequent delete requests. I've planned downtime today so I can restart Kaf

Re: Topic Deletion Issues

2016-01-05 Thread Gwen Shapira
Does the issue reproduce consistently? On Tue, Jan 5, 2016 at 10:28 AM, Brenden Cobb wrote: > Thanks Alex (and sorry all for the spam) > > I'll give it another go as suggested, however in my tests I was just > using the kafka-topics command and there was definitely a few seconds > between creati

Re: Topic Deletion Issues

2016-01-05 Thread Brenden Cobb
Thanks Alex (and sorry all for the spam) I'll give it another go as suggested, however in my tests I was just using the kafka-topics command and there was definitely a few seconds between creation/deletion. -BC On Tue, Jan 5, 2016 at 1:24 PM, Alex Loddengaard wrote: > Hi Brenden, I sent the wro

Re: Topic Deletion Issues

2016-01-05 Thread Alex Loddengaard
Hi Brenden, I sent the wrong permalink. Try this: http://mail-archives.apache.org/mod_mbox/kafka-users/201512.mbox/%3CCAH7vnfhUQHQcCJ1R3pS_DYn0LvmA8fJtLtvCuvvDboWSqm-NBg%40mail.gmail.com%3E Alex On Tue, Jan 5, 2016 at 10:21 AM, Alex Loddengaard wrote: > Hi Brenden, your previous email went thr

Re: Topic Deletion Issues

2016-01-05 Thread Alex Loddengaard
Hi Brenden, your previous email went through, and you got a response (that I believe answers your question). See here: http://mail-archives.apache.org/mod_mbox/kafka-users/201512.mbox/browser Alex On Mon, Jan 4, 2016 at 7:18 PM, Brenden Cobb wrote: > I might have sent this recently, but was no

Re: Topic deletion issues

2015-12-31 Thread Ofir Manor
Hi, I've run into similar issues in the past (in 0.8.2), in a script that re-creates a topic setup for testing (delete + create). I added a one second sleep between delete and create, it solved the sporadic topic creation failure for me. I hope that helps, Ofir On Thu, Dec 31, 2015 at 5:39 AM,