Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

kafka broker issue

avatar
New Member

i have 2 kafka brokers .one of them shows the following issue..

I am getting the following issue

Partition [topicx,0] on broker 1: Cached zkVersion [86] not equal to that in zookeeper, skip updating ISR (kafka.cluster.Partition)

INFO Partition [topicx,1] on broker 1: Shrinking ISR for partition [topicx,1] from 1,2 to 1 (kafka.cluster.Partition)

1 ACCEPTED SOLUTION

avatar
Super Guru

@Maria Khan

What is your Kafka version? Is your topic or other underreplicated?

This could be due to a network connection temporary glitch. During the glitch the zookeeper nodes likely couldn't reach each other which leadto topic underreplication issues.

You could restart brokers as a workaround.

View solution in original post

2 REPLIES 2

avatar
Super Guru

avatar
Super Guru

@Maria Khan

What is your Kafka version? Is your topic or other underreplicated?

This could be due to a network connection temporary glitch. During the glitch the zookeeper nodes likely couldn't reach each other which leadto topic underreplication issues.

You could restart brokers as a workaround.