Re: no logs received when a broker restart after clearing its logs

2013-04-17 Thread Neha Narkhede
This issue doesn't exist in 0.8 since we got rid of the zookeeper based producer altogether. Thanks Neha On Wed, Apr 17, 2013 at 10:12 AM, Jason Rosenberg wrote: > Will this issue be fixed in 0.8? > > > On Wed, Apr 17, 2013 at 7:40 AM, 王国栋 wrote: > >> Thanks Neha. >> >> Yes, I believe we run in

Re: no logs received when a broker restart after clearing its logs

2013-04-17 Thread Jason Rosenberg
Will this issue be fixed in 0.8? On Wed, Apr 17, 2013 at 7:40 AM, 王国栋 wrote: > Thanks Neha. > > Yes, I believe we run into this issue. > > We will try this patch. Currently, make topic-partition directory manually > is OK for us. > > > Guodong > > > On Wed, Apr 17, 2013 at 9:24 PM, Neha Narkhe

Re: no logs received when a broker restart after clearing its logs

2013-04-17 Thread 王国栋
Thanks Neha. Yes, I believe we run into this issue. We will try this patch. Currently, make topic-partition directory manually is OK for us. Guodong On Wed, Apr 17, 2013 at 9:24 PM, Neha Narkhede wrote: > Can you check if you are hitting this > https://issues.apache.org/jira/browse/KAFKA-27

Re: no logs received when a broker restart after clearing its logs

2013-04-17 Thread Neha Narkhede
Can you check if you are hitting this https://issues.apache.org/jira/browse/KAFKA-278 ? Thanks, Neha On Wednesday, April 17, 2013, Helin Xiang wrote: > Hi, we are using kafka 0.7.2 > > We start 2 brokers, and running for a while. After that, we shut 1 broker > down, remove its data directory, an

no logs received when a broker restart after clearing its logs

2013-04-17 Thread Helin Xiang
Hi, we are using kafka 0.7.2 We start 2 brokers, and running for a while. After that, we shut 1 broker down, remove its data directory, and restart it. But the broker won't receive any logs. We checked the zookeeper, finding that old topic contain only 1 broker id. After that, we manually make som