You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2007/06/04 23:47:26 UTC

[jira] Work started: (HADOOP-1421) When a region server dies, its log must be distributed to all the new servers that have been assigned its regions

     [ https://issues.apache.org/jira/browse/HADOOP-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on HADOOP-1421 started by Jim Kellerman.

> When a region server dies, its log must be distributed to all the new servers that have been assigned its regions
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1421
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1421
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: contrib/hbase
>            Reporter: Jim Kellerman
>            Assignee: Jim Kellerman
>
> When a region server dies, the master reallocates all the regions it was serving to other region servers. In order for the regions to be recovered properly, the log from the old region server must be split up into chunks that contain only the commits for a single region.
> Ideally, if a region server is assigned more than one of the old servers regions, the log for that server would contain all the commits for all the regions it has been assigned.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.