[
https://issues.apache.org/jira/browse/HBASE-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866676#action_12866676
]
Jonathan Gray commented on HBASE-57:
------------------------------------
I'm going to work on this as part of a load balancer rewrite I'm doing that is
part of HBASE-2485. Initially my scope is just to add this to cluster startup
and not part of normal load balancing but will look at that as well. I think
that doing it as part of normal cluster balancing is less important than
introducing read/write load information but at startup we almost guarantee
horrible locality :)
> [hbase] Master should allocate regions to regionservers based upon data
> locality and rack awareness
> ---------------------------------------------------------------------------------------------------
>
> Key: HBASE-57
> URL: https://issues.apache.org/jira/browse/HBASE-57
> Project: Hadoop HBase
> Issue Type: Improvement
> Components: master
> Affects Versions: 0.2.0
> Reporter: stack
> Assignee: Li Chongxin
>
> Currently, regions are assigned regionservers based off a basic loading
> attribute. A factor to include in the assignment calcuation is the location
> of the region in hdfs; i.e. servers hosting region replicas. If the cluster
> is such that regionservers are being run on the same nodes as those running
> hdfs, then ideally the regionserver for a particular region should be running
> on the same server as hosts a region replica.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.