You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Chaitra Ranganna <ch...@gmail.com> on 2016/06/23 21:19:09 UTC

Kafka Borker ID disappears from /borkers/ids

Hi 

Kafka version used : 0.8.2.1 
Zookeeper version: 3.4.6
We have scenario where kafka 's broker in zookeeper path /brokers/ids just disappears.
We see the zookeeper connection active and no network issue.
The zookeeper conection timeout is set to 6000ms in server.properties
Hence Kafka not participating in cluster

Kafka busy spitting below logs
[2016-06-21 21:59:58,863] INFO Partition [applog,19] on broker 3: Shrinking ISR for partition [applog,19] from 3,5 to 3 (kafka.cluster.Partition)
[2016-06-21 21:59:58,865] INFO Partition [applog,19] on broker 3: Cached zkVersion [475] not equal to that in zookeeper, skip updating ISR (kafka.cluster.Partition)
[2016-06-21 21:59:58,866] INFO Partition [vztetappstdout,14] on broker 3: Shrinking ISR for partition [vztetappstdout,14] from 3,2 to 3 (kafka.cluster.Partition)
[2016-06-21 21:59:58,868] INFO Partition [vztetappstdout,14] on broker 3: Cached zkVersion [265] not equal to that in zookeeper, skip updating ISR (kafka.cluster.Partition)
[2016-06-21 21:59:58,868] INFO Partition [appstderr,14] on broker 3: Shrinking ISR for partition [appstderr,14] from 3,5 to 3 (kafka.cluster.Partition)
[2016-06-21 21:59:58,870] INFO Partition [appstderr,14] on broker 3: Cached zkVersion [473] not equal to that in zookeeper, skip updating ISR (kafka.cluster.Partition)
[2016-06-21 21:59:58,870] INFO Partition [vztetappstdout,2] on broker 3: Shrinking ISR for partition [vztetappstdout

Please help me with this issue