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