Created 09-28-2018 06:55 AM
hi all
we have ambari cluster , version 2.6.x , with 3 kafka machine and 3 zookeper servers
by the command ls /brokers/ids ,
we need to get all brokers ids as 1011 , 1012 , 1013
but in our case we get only the brokers id's - 1013 , 1012
what chould be the problem ?
cd /usr/hdp/current/zookeeper-server/bin You have mail in /var/spool/mail/root [root@master01 bin]# ./zkCli.sh Connecting to localhost:2181 Welcome to ZooKeeper! JLine support is enabled WATCHER:: WatchedEvent state:SyncConnected type:None path:null [zk: localhost:2181(CONNECTED) 0] ls /brokers/ids [1013, 1012]
Created 09-30-2018 01:27 AM
On brokers termination, they remove themselves from Zookeeper
Created 09-30-2018 05:27 AM
but broker 1001 is up and I see also port is in listen
Created 09-30-2018 06:40 AM
There could be some issue with the 1011 broker. Do check /var/log/kafka/server.log for more information.
Created 09-30-2018 06:54 AM
hi Sandepp . can you also advice my thred - https://community.hortonworks.com/questions/222627/how-re-balance-the-partitions-to-available-broker...