【Hbase】Master startup cannot progress, in holding-pattern until region onlined.

 

後臺報錯信息:html

master.HMaster: hbase:meta,,1.1588230740 is NOT online; state={1588230740 state=OPEN,
ts=1543610616273, server=regionserver1.domain.com,41213,1543389145213}; ServerCrashProcedures=true.
Master startup cannot progress, in holding-pattern until region onlined


解決方案:
The workaround is to manually clean up the znode from ZooKeeper.

   從zk上手工清楚znode。node

  connect to the cluster zookeeper instance and delete the following node before restart:dom

/usr/hdp/current/zookeeper-client/bin/zkCli.sh -server localhost:2181 [zk: localhost:2181(CONNECTED) 0] rmr /ams-hbase-unsecure/meta-region-server

 

hbase就能夠正常運行了。spa

 

參考連接:https://docs.hortonworks.com/HDPDocuments/Ambari-2.7.3.0/bk_ambari-upgrade-major/content/upgrade_troubleshooting.htmlrest

相關文章
相關標籤/搜索