[ https://issues.apache.org/jira/browse/HADOOP-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jim Kellerman updated HADOOP-1678: ---------------------------------- Attachment: patch.txt Works in my environment. See if Hudson agrees. > [hbase] On region split, master should designate which host should serve > daughter splits > ---------------------------------------------------------------------------------------- > > Key: HADOOP-1678 > URL: https://issues.apache.org/jira/browse/HADOOP-1678 > Project: Hadoop > Issue Type: Bug > Components: contrib/hbase > Reporter: stack > Assignee: Jim Kellerman > Attachments: patch.txt > > > On region split, the daughter regions are deployed on the same host as served > the split parent. This makes it so currently (unless the cluster is > restarted), as a table grows, all its regions remain on the one server. > Instead, jurisdiction over who serves daughter splits should be passed to the > master. If possible, before making a determination, the master should take > into consideration current cluster loadings and region distribution. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.