Sorry Jun. Somehow logs from that particular event got wiped out.
On Thu, Aug 22, 2013 at 8:59 PM, Jun Rao wrote:
> Any error in the controller and state-change log?
>
> Thanks,
>
> Jun
>
>
> On Thu, Aug 22, 2013 at 10:01 AM, Vadim Keylis >wrote:
>
> > I ran command to create 300 topics sequen
Any error in the controller and state-change log?
Thanks,
Jun
On Thu, Aug 22, 2013 at 10:01 AM, Vadim Keylis wrote:
> I ran command to create 300 topics sequentially. Kafka create topic script
> return with topic created successfully message. However running
> kafka-list-topics.sh script showe
I only need to delete topics when I want to start from clean state.
I still unclear why leaders were not elected after create script printed
message that topic was created successfully
Thanks,
Vadim
On Thu, Aug 22, 2013 at 12:28 PM, Neha Narkhede wrote:
> I see the issue. I think the 0.8-beta in
I see the issue. I think the 0.8-beta included the script, but we later
removed it. We still don't have support for the delete topic feature, so I
recommend not using it.
How long did you wait for the leaders to get elected before you attempted
to delete the topics?
Thanks,
Neha
On Thu, Aug 22,
Hello Neha. The topics should of been available since I ran list-topics
script 5 hours later after creating topics.
I am reffering to kafka-delete-topic.sh script that I got from kafka git
repository.
Thanks,
Vadim
On Thu, Aug 22, 2013 at 11:05 AM, Neha Narkhede wrote:
> As part of topic creati
As part of topic creation, the controller broker has to elect leader for
each of the topics and this involves a few writes to zookeeper. So it might
take several seconds to complete leader election for 300 topics and that
time would increase if you have many partitions per topic.
Which delete part
I ran command to create 300 topics sequentially. Kafka create topic script
return with topic created successfully message. However running
kafka-list-topics.sh script showed to me that no leaders been selected and
no servers listed in ISR. First inspection of the logs showed no obvious
signs of the