Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

kafka broker issue

avatar
Explorer

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.