Hi all, I’m having problems with accessing to HBase WebUI on active master node, while I still can access to the WebUI of the standby master.
I’ve checked the state of HBase using hbase hbck, and it is in consistent state. Checked the node which holds hbase:meta table, the snippet from its logs 2015-09-09 02:41:02,481 INFO [PostOpenDeployTasks:1588230740] zookeeper.ZooKeeperNodeTracker: Setting hbase:meta region location in ZooKeeper as test-rs5,60020,1441628944044 2015-09-09 02:41:02,509 INFO [PostOpenDeployTasks:1588230740] regionserver.HRegionServer: Finished post open deploy task for hbase:meta,,1.1588230740 2015-09-09 02:41:02,522 DEBUG [RS_OPEN_META-test-rs5:60020-0] handler.OpenRegionHandler: Opened hbase:meta,,1.1588230740 on test-rs5,60020,1441628944044 I’m using hadoop-2.5.1 with hbase-0.98.7-hadoop2. What could be wrong in this case? Thanks.
