首页 > 其他 > 详细

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

时间:2019-03-23 10:04:12      阅读:3350      评论:0      收藏:0      [点我收藏+]

 

后台报错信息:

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。

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

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

 

hbase就可以正常运行了。

 

参考链接:https://docs.hortonworks.com/HDPDocuments/Ambari-2.7.3.0/bk_ambari-upgrade-major/content/upgrade_troubleshooting.html

 

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

原文:https://www.cnblogs.com/yankang/p/10582641.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!