Re: can't consume from partitions due to KAFKA-3963

2018-03-23 Thread Jeff Widman
seem to be varieties of this one. We have 5 > nodes - > > is there one in particular where I should be checking the logs for > errors, > > or any particular error to look for that would be a likely root cause? > > > > -Original Message- > > From

Re: can't consume from partitions due to KAFKA-3963

2018-03-23 Thread Swapnil Gupta
likely root cause? > > -Original Message- > From: Swapnil Gupta [mailto:neomatrix1...@gmail.com] > Sent: Friday, March 23, 2018 8:00 AM > To: users@kafka.apache.org > Subject: Re: can't consume from partitions due to KAFKA-3963 > > Maybe a broker is down o

RE: can't consume from partitions due to KAFKA-3963

2018-03-23 Thread Ryan O'Rourke
be checking the logs for errors, or any particular error to look for that would be a likely root cause? -Original Message- From: Swapnil Gupta [mailto:neomatrix1...@gmail.com] Sent: Friday, March 23, 2018 8:00 AM To: users@kafka.apache.org Subject: Re: can't consume from partiti

Re: can't consume from partitions due to KAFKA-3963

2018-03-23 Thread Swapnil Gupta
Maybe a broker is down or unreachable which maybe breaking your min isr ratio and when consumers are set to ack all, the min isr has to be satisfied. Check your broker connect, or bring up a fresh broker and use preferred replica leader election tool -> https://cwiki.apache.org/confluence/display/K