You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2008/06/03 21:32:44 UTC

[jira] Updated: (HBASE-662) UI in table.jsp gives META locations, not the table's regions location

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

Jean-Daniel Cryans updated HBASE-662:
-------------------------------------

    Attachment: hbase-662-v1.patch

Please review.

I changed metaLocation to regionLocation. Returns what you expect.

> UI in table.jsp gives META locations, not the table's regions location
> ----------------------------------------------------------------------
>
>                 Key: HBASE-662
>                 URL: https://issues.apache.org/jira/browse/HBASE-662
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: client
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Minor
>         Attachments: hbase-662-v1.patch
>
>
> In HTable.getRegionsInfo()
> {quote}
> regionMap.put(info, metaLocation.getServerAddress());
> {quote}
> That returns the meta region location, not the location of the region of the table.

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