After stopping and restarting Kafka Broker ISR doesn't show ISR doesn't show newly started broker

2018-09-03 Thread suresh . sargar
Hi All, I have 3 node cluster running Kafka in container environment. we have RF=3 when we stop any broker we could see updated ISR with running brokers, but when we restart broker i could see zookeeper log that broker is up and connected, however ISR don't reflect that broker with recently sta

After stopping and restarting Kafka Broker ISR doesn't show ISR doesn't show newly started broker

2018-09-03 Thread suresh sargar
Hi All, I have 3 node cluster running Kafka in container environment. we have RF=3 when we stop any broker we could see updated ISR with running brokers, but when we restart broker i could see zookeeper log that broker is up and connected, however ISR don't reflect that broker with recently starte

Re: After stopping and restarting Kafka Broker ISR doesn't show ISR doesn't show newly started broker

2018-09-06 Thread suresh . sargar
On 2018/09/03 09:45:30, "M. Manna" wrote: > Hi Suresh, > > Can you please share your startup logs, and broker/zookeeper config with > us? Also, which kafka version are you using? > > Regards, > > On Mon, 3 Sep 2018 at 10:18, suresh.sar...@gmail.com < > suresh.sar...@gmail.com> wrote: > > >

Re: Kafka broker monitoring

2018-09-06 Thread suresh . sargar
On 2018/09/06 12:03:48, darekAsz wrote: > I didn't see this page before, thanks, I will check this > > czw., 6 wrz 2018 o 13:55 M. Manna napisaƂ(a): > > > Have you checked this wiki site - > > https://cwiki.apache.org/confluence/display/KAFKA/Ecosystem ? > > > > On Thu, 6 Sep 2018 at 12:51,

Re: Failover

2019-01-20 Thread suresh sargar
Zookeeper checks heartbeat of each node.as soon as ZK not able to get heartbeat from leader, re-election happens. Heartbeat check interval is configurable. If u run kafka_topic.sh with describe option u will see newly elected leader and isr will also updated one. On Sun 20 Jan, 2019, 5:53 PM Amin