Duo Zhang created HBASE-26285:
---------------------------------
Summary: 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
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)