[
https://issues.apache.org/jira/browse/HBASE-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-662:
------------------------
Attachment: 662-v2.patch
I updated the patch so it applies to trunk. I tested it but it doesn't seem to
fix issue of the tables page showing all regions hosted on the server carrying
.META. Have I broken something? Does it work for you J-D?
> 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: 662-v2.patch, 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.