[
https://issues.apache.org/jira/browse/HBASE-26285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17415594#comment-17415594
]
Duo Zhang commented on HBASE-26285:
-----------------------------------
Found this when skimming snapshot code for implementing HBASE-26280, where we
still use MetaTableLocator.getMetaRegionsAndLocations to get the location for
meta region...
> Remove MetaTableLocator usages in non-migration code
> ----------------------------------------------------
>
> Key: HBASE-26285
> URL: https://issues.apache.org/jira/browse/HBASE-26285
> Project: HBase
> Issue Type: Task
> Components: meta, Zookeeper
> Reporter: Duo Zhang
> Priority: Major
>
> After HBASE-26193, we store the meta region location in master local region
> and zookeeper is just a mirror, but in our code base, sometimes we still get
> the location from zookeeper.
> We should change them all to use the data from master local region, i.e, by
> reading from meta location cache or assignment manager.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)