infraio commented on a change in pull request #1279: HBASE-23949 refactor 
loadBalancer implements for rsgroup balance by t…
URL: https://github.com/apache/hbase/pull/1279#discussion_r392065248
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/favored/FavoredNodeLoadBalancer.java
 ##########
 @@ -87,7 +87,8 @@ public synchronized void initialize() throws 
HBaseIOException {
   }
 
   @Override
-  public List<RegionPlan> balanceCluster(Map<ServerName, List<RegionInfo>> 
clusterState)  {
+  public List<RegionPlan>
+      balanceCluster(Map<TableName, Map<ServerName, List<RegionInfo>>> 
clusterLoadPerTable) {
 
 Review comment:
   Didn't get your point. Please add javadoc comment about why retrun null here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to