[
https://issues.apache.org/jira/browse/HBASE-919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640714#action_12640714
]
stack commented on HBASE-919:
-----------------------------
I tried the latest patch:
{code}
[junit] 2008-10-17 17:33:58,072 DEBUG [main]
client.HConnectionManager$TableServers(782): Wake. Retry finding root region.
[junit] 2008-10-17 17:33:58,074 DEBUG [main]
client.HConnectionManager$TableServers(778): Sleeping. Waiting for root region.
[junit] 2008-10-17 17:34:13,074 DEBUG [main]
client.HConnectionManager$TableServers(782): Wake. Retry finding root region.
[junit] 2008-10-17 17:34:13,077 DEBUG [main]
client.HConnectionManager$TableServers(778): Sleeping. Waiting for root region.
[junit] 2008-10-17 17:34:28,078 DEBUG [main]
client.HConnectionManager$TableServers(782): Wake. Retry finding root region.
[junit] 2008-10-17 17:34:28,079 DEBUG [main]
client.HConnectionManager$TableServers(778): Sleeping. Waiting for root region.
{code}
I get a load of the above.... is that new?
Its stuck for me here.
> 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
>
> Attachments: 919.patch, 919.patch
>
>
> 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.