Hi,
i set the /etc/hosts file as below
x.x.x.1 HBASESERVER1 hbaseserver1.abc.com hbaseserver1
x.x.x.2 HBASESERVER2 hbaseserver2.abc.com hbaseserver2
Server Name Start time Requests Per Second Num. Regions
hbaseserver6,16020,1507613487566 Tue Oct 10 11:01:27 IST 2017 0 0
hbaseserver6.abc.com,16020,1507613487566 Tue Oct 10 11:01:27 IST 2017 0 0
Due to this, hbase is inconsistent. I tried restarting hbase service but after restarting master is under initializing since many hours.
I can even see the HMaster web ui but hbck command gives below error
INFO [main] client.RpcRetryingCaller: Call exception, tries=10, retries=35, started=48695 ms ago, cancelled=false, msg=org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
Please help me to resolve this issue