[ 
https://issues.apache.org/jira/browse/HBASE-18773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16158989#comment-16158989
 ] 

Zach York commented on HBASE-18773:
-----------------------------------

bq. Yeah. That looks about right. Make them the same.

[~stack] I think there is some miscommunication here. While I think that making 
a dynamic way of accessing this makes sense, I also need to have both 
implementations of this function. (1) One that checks that this is the correct 
meta table name EXACTLY (including meta suffix if applicable) and (2) one that 
checks if it is a meta table (without any suffixes applied).

I can change the funtionality of isMeta() and isMetaTableName() to (1) and then 
create a new method isMetaTableNameWithSuffix() for (2). What do you think of 
this approach?

> Add utility to determine if a TableName is a meta table
> -------------------------------------------------------
>
>                 Key: HBASE-18773
>                 URL: https://issues.apache.org/jira/browse/HBASE-18773
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Zach York
>            Assignee: Zach York
>         Attachments: HBASE-18773.HBASE-18477.001.patch
>
>
> HBASE-18444 adds a method of specifying a meta table suffix. To continue work 
> on HBASE-18477, we need a way to determine if a TableName is a meta table. 
> This patch adds this method and a unit test.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to