Update region server load for AssignmentManager through regionServerReport()
----------------------------------------------------------------------------
Key: HBASE-3676
URL: https://issues.apache.org/jira/browse/HBASE-3676
Project: HBase
Issue Type: Improvement
Reporter: Ted Yu
Assignee: Ted Yu
Currently the following method only calls serverManager.regionServerReport():
public HMsg [] regionServerReport(HServerInfo serverInfo, HMsg msgs[],
HRegionInfo[] mostLoadedRegions)
This means AssignmentManager doesn't have valid server load information.
The following method would be added to AssignmentManager:
public void regionServerReport(HServerInfo serverInfo, HRegionInfo[]
mostLoadedRegions)
For HBASE-1502, we would figure out how to store load information through zk.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira