Created 11-01-2016 06:59 AM
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)
Created 12-26-2016 06:19 PM
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.
Created 12-26-2016 05:16 PM
possibly you are hitting https://issues.apache.org/jira/browse/KAFKA-3042
Created 12-26-2016 06:19 PM
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.