[ https://issues.apache.org/jira/browse/HBASE-12029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Solomon Duskis updated HBASE-12029: ----------------------------------- Attachment: HBASE-12029.patch Adding getAllRegionLocations() to the RegionLocator interface. Replaced ClusterConnection with Connection in MetaScanner. Update RegionSizeCalculator to use a RegionLocator instead of HTable. Removed an unused parameter from MetaScanner.allTableRegions(). > Use Table and RegionLocator in HTable.getRegionLocations() > ----------------------------------------------------------- > > Key: HBASE-12029 > URL: https://issues.apache.org/jira/browse/HBASE-12029 > Project: HBase > Issue Type: Bug > Affects Versions: 0.99.0, 2.0.0 > Reporter: Solomon Duskis > Assignee: Solomon Duskis > Attachments: HBASE-12029.patch > > > HTable.getRegionLocations() is an internal deprecated API. There are plenty > of internal uses of the method, and it would be ideal to use the Table and > RegionLocator interfaces instead of the HTable method. -- This message was sent by Atlassian JIRA (v6.3.4#6332)