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

2018-03-23 Thread Jeff Widman
all 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
use? > > -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 or unreachable which maybe br

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

2018-03-23 Thread Ryan O'Rourke
g 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 partitions due to KAFKA-3

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 ->

can't consume from partitions due to KAFKA-3963

2018-03-22 Thread Ryan O'Rourke
Hi, we're having an outage in our production Kafka and getting desperate, any help would be appreciated. On 3/14 our consumer (a Storm spout) started getting messages from only 20 out of 40 partitions on a topic. We only noticed yesterday. Restarting the consumer with a new consumer group does