Member since
10-10-2022
3
Posts
0
Kudos Received
0
Solutions
01-17-2023
10:24 PM
hello , set the log level to debug and run the command `balancer` on the shell and the debug log was only : 2023-01-18 06:15:18,142 DEBUG org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer: RegionReplicaHostCostFunction not needed 2023-01-18 06:15:18,142 DEBUG org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer: RegionReplicaRackCostFunction not needed and still not run the balancer
... View more
01-13-2023
04:25 AM
Thanks for the reply, I'll try it
... View more
01-11-2023
01:38 AM
hi all, hbase version: cdh 6.2.0 balancer config <property> <name>hbase.master.loadbalancer.class</name> <value>org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer</value> <final>false</final> <source>hbase-default.xml</source> </property> <property> <name>hbase.balancer.period</name> <value>300000</value> <final>false</final> <source>hbase-default.xml</source> </property> but the balancer not scheduler interval 5min and no error logs and use balancer command in shell will return 1 hbase(main):007:0> balancer true Took 0.0746 seconds => 1 and there any help to fix it ?
... View more
Labels:
- Labels:
-
Apache HBase