Re: When is the status of isr updated

2014-03-26 Thread Neha Narkhede
Hi Jie, If you see frequent changes in the ISR for some partitions, you can follow the recommendation hereto address that. Thanks, Neha On Wed, Mar 26, 2014 at 11:11 AM, Guozhang Wang

Re: When is the status of isr updated

2014-03-26 Thread Guozhang Wang
Hello Jie, Yes, the ISR shrinking is handled in a background thread which will periodically check the status of each replica and probably kick them out of ISR if they are not in-sync with the leader. You can tune the frequency in this broker config: replica.lag.time.max.ms The ISR expanding is h