Member since
03-05-2021
2
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3696 | 03-16-2021 01:31 AM |
03-16-2021
01:31 AM
Thanks @smdas We found that the problem with the Balancer is due to the strategy preset by hbase.master.loadbalancer.class that causes the abnormal RegionServer to fail to return to the balance. The final solution is to temporarily set hbase.master.loadbalancer.class=org.apache.hadoop.hbase.master.balancer.SimpleLoadBalancer. After restarting HBase, the abnormal RegionServer successfully returned to balance. And finally canceled the parameters back to the original state, the abnormal situation did not appear again.
... View more
03-05-2021
02:30 AM
There is a Regionserver that is not in a dead state, but it doen not have any regions and has not received any Request. This situation occurred after a memstore ERROR, and then the status of RS on the HBase Master UI was always 0. Then this RS does not show any ERROR Log anymore. Also tried to delete this RS and reinstall it, but it still shows 0 on the HBase Master UI. And still No ERROR Log... memstore error: HBase Master UI: Hadoop Release: HDP 3.1.0
... View more
Labels:
- Labels:
-
Apache HBase