Under replicated partitions issues for 1 partition even though we have a healthy kafka cluster #7297
dbaarorapr
started this conversation in
General
Replies: 1 comment
-
restart of the leader broker helped solve this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
we have a situation where our kafka cluster is healthy and none of the brokers have any issues
But then one of our partitions in kafka strimzi which was fine is suddenly not able to do replication and as shown below ,it has been stuck at this state for the past 12 hours and need help
version of kafka is
[kafka@site-kafka-kafka-0 kafka]$ bin/kafka-dump-log.sh --version
2.8.0 (Commit:ebb1d6e21cc92130)
[kafka@site-kafka-kafka-0 kafka]$
version of strimzi is 0.26.1
[kafka@site-kafka-zookeeper-0 kafka]$ bin/kafka-topics.sh --describe --zookeeper localhost:12181 --under-replicated-partitions
Topic: acs2.expired Partition: 56 Leader: 3 Replicas: 3,4,5 Isr: 3
[kafka@site-kafka-zookeeper-0 kafka]$
Below is the describe on that Topic
and kafka cluster is perfectly healthy
i see below ib broker logs
Beta Was this translation helpful? Give feedback.
All reactions