- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
kafka broker issue
- Labels:
-
Apache Kafka
Created ‎11-01-2016 06:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
possibly you are hitting https://issues.apache.org/jira/browse/KAFKA-3042
Created ‎12-26-2016 06:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
