Re: Recovering a broker that falls out of the isr

2013-09-28 Thread Calvin Lei
Thanks all. In this case, restarting the broker fixed it. It was due to an usual high volume of messages in one topic. On Sep 27, 2013, at 12:16 AM, Neha Narkhede wrote: > I think you may be asking a slightly different question. If a broker falls > out of ISR and does not rejoin the ISR, it ma

Re: Recovering a broker that falls out of the isr

2013-09-26 Thread Neha Narkhede
I think you may be asking a slightly different question. If a broker falls out of ISR and does not rejoin the ISR, it may point to some bottleneck (e.g. local IO), fewer partitions for large topics or some fatal error causing the ReplicaFetcherThread to die. Just restarting the broker without knowi

Re: Recovering a broker that falls out of the isr

2013-09-26 Thread Jun Rao
Yes, once the replicas in the restarted broker catch up, they will be automatically added back to isr. Thanks, Jun On Thu, Sep 26, 2013 at 12:48 PM, Calvin Lei wrote: > Is restarting the broker the only way to put a broker back to the isr? > > Thanks > Cal >

Recovering a broker that falls out of the isr

2013-09-26 Thread Calvin Lei
Is restarting the broker the only way to put a broker back to the isr? Thanks Cal