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
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
hello,
like this. The replicas of partition 4 and 10 not contains their isr.
sh /u01/sqcar/kafka_2.11-0.11.0.0/bin/kafka-topics.sh --describe --zookeeper
10.0.7.65:2181,10.0.7.66:2181,10.0.7.67:2181 --topic sqyc_kid_bigdata
Topic:sqyc_kid_bigdata PartitionCount:15 ReplicationFactor:2 Configs:
To
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
Hi,
I want to ask a question. Why replicas not contain the isr. The version is
kafka_2.11-0.11.00. Look forward to your reply. Thanks.