Re: Re: The question of kafka

2019-11-26 Thread Daniyar Kulakhmetov
Check the max segment size (`log.segment.bytes` global config or `segment.bytes` topic's config) and the size of the messages which were sent to the topic. And check the logs. It may be possible that followers are stuck unable to consume a message from the topic. On Tue, Nov 26, 2019 at 1:35 AM Jo

Re: Re: The question of kafka

2019-11-26 Thread Jonathan Santilli
What the Kafka Brokers and Zookeeper logs say? The fact they are not in-sync could be related to diff variables. On Tue, Nov 26, 2019 at 2:03 AM 房延鹏 <13120336...@163.com> wrote: > hello, > like this. The replicas of partition 4 and 10 not contains their isr. > > > sh /u01/sqcar/kafka_2.11-0.11

Re: The question of kafka

2019-11-25 Thread Jonathan Santilli
Hello, do you mean why replicas are not in sync? I think you need to be more specific, please. Cheers! -- Jonathan On Mon, Nov 25, 2019 at 2:54 PM 房延鹏 <13120336...@163.com> wrote: > Hi, > >I want to ask a question. Why replicas not contain the isr. The version > is kafka_2.11-0.11.00. Lo