Here are the LoadBalancer classes in 0.98 branch: /Users/tyu/98//hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/BaseLoadBalancer.java /Users/tyu/98//hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/FavoredNodeLoadBalancer.java /Users/tyu/98//hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/SimpleLoadBalancer.java /Users/tyu/98//hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.java /Users/tyu/98//hbase-server/src/main/java/org/apache/hadoop/hbase/master/LoadBalancer.java
I took a look at BaseLoadBalancer.java and StochasticLoadBalancer.java but didn't find the log around line 248. Can you tell me which class you were looking at and give snippet of the related code ? Thanks On Sat, Oct 10, 2015 at 1:51 AM, [email protected] < [email protected]> wrote: > hbase 0.98.10 > defaultLoadBalancer line248, the log is printed by table, one table will > print a log, > it seems that this log is too much and valueless, we can change the level > from info to trace to simplify the log > and can add a log say that the chore task is started. > > > > [email protected] >
