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,