I also notice that the errors are for the partitions that seem to be under replicated. We got 3 brokers and one of the brokers never seems to be chosen as leader for any of the 12 partitions of the topic.
On Tue, Dec 15, 2015 at 11:24 AM, Buntu Dev <buntu...@gmail.com> wrote: > We are noticing into these errors against certain partitions (4 out of 12 > partitions) on the consumer and keeps filling up the logs: > > ERROR consumer.ConsumerFetcherThread: [ConsumerFetcherThread-....], Current > offset 104088851 for partition [some-topic,5] out of range; reset offset to > 104088851 > > If I'm reading this correctly, the offset is being reset to what the consumer > is requesting and not to the smallest offset for the partition. We got the > 'auto.offset.reset=smallest' property set and I'm under the impression that > this should reset the offset to the smallest offset available in the topic. > Please let me know what could be causing this issue, we are using v0.8.2. > > > Thanks! >