[
https://issues.apache.org/jira/browse/HBASE-24609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17213645#comment-17213645
]
Duo Zhang commented on HBASE-24609:
-----------------------------------
I define the format in name as a noun, not a verb, so I think it is OK? It
means the format of the catalog family.
And it only contains formatting and parsing so I think it is fine to share it
across the code base. The problem for MTA is that it accept a Connection and
can do read write of meta table. For CCFF, you need to get the result by your
own, so in general, as you said, finally it will be in only the places where we
can actually access meta.
Thanks.
> Move MetaTableAccessor out of hbase-client
> ------------------------------------------
>
> Key: HBASE-24609
> URL: https://issues.apache.org/jira/browse/HBASE-24609
> Project: HBase
> Issue Type: Task
> Components: amv2, Client, meta
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 3.0.0-alpha-1
>
>
> On master branch we have AsyncMetaTableAccessor which is used at client side
> and MetaTableAccessor has lots of internal methods for implementing
> assignment, which is not part of our client code.
> So let's move it to hbase-server, and in the future, maybe in hbase-balancer?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)