You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2009/03/09 22:59:50 UTC

[jira] Resolved: (HBASE-1158) Include start code as part of HServerAddress

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

Jim Kellerman resolved HBASE-1158.
----------------------------------

    Resolution: Won't Fix

We do store the start code in the meta regions so adding it to HServerAddress is not necessary.

> Include start code as part of HServerAddress
> --------------------------------------------
>
>                 Key: HBASE-1158
>                 URL: https://issues.apache.org/jira/browse/HBASE-1158
>             Project: Hadoop HBase
>          Issue Type: Improvement
>    Affects Versions: 0.20.0
>            Reporter: Jim Kellerman
>             Fix For: 0.20.0
>
>
> If we do not take the startcode into consideration when recovering from a server death, then we cannot know if the data in ROOT or META pertains to the the current instance or the previous one.
> With ZK this should be easier if we modify HServerAddress to contain the startCode of a HRegionServer instance. It would be immediately visible whether or not the region was on the dead server or the new server.

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