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 2008/10/15 22:40:44 UTC

[jira] Updated: (HBASE-919) Master and Region Server need to provide root region location if they are using HTable

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

Jim Kellerman updated HBASE-919:
--------------------------------

    Description: There needs to be a mechanism by which master and region servers can provide the HServerAddress for the root region to HConnectionManager so that they can use a HTable.   (was: The master and region servers should NEVER use a HTable. HTable is only for client side use. During cluster startup, for example, there is not enough initialized for an HTable to work in either the master or a region server.

The master and region server should therefore only use HConnectionManager and even there should only use very basic operations like getHRegionConnection.)
        Summary: Master and Region Server need to provide root region location if they are using HTable  (was: Master and Region Server should not use HTable)

> Master and Region Server need to provide root region location if they are using HTable
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-919
>                 URL: https://issues.apache.org/jira/browse/HBASE-919
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>          Components: master, regionserver
>    Affects Versions: 0.18.0
>            Reporter: Jim Kellerman
>            Assignee: Jim Kellerman
>            Priority: Blocker
>             Fix For: 0.19.0
>
>
> There needs to be a mechanism by which master and region servers can provide the HServerAddress for the root region to HConnectionManager so that they can use a HTable. 

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