[
https://issues.apache.org/jira/browse/HBASE-20930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16558456#comment-16558456
]
Josh Elser commented on HBASE-20930:
------------------------------------
{code:java}
+ Assert.fail("Passed invlaid meta table name but it is not honored");
{code}
nit: spelling :)
[~vishk], you can either attach a new patch which has the spelling and
whitespace fix, or I can fix them on commit. Let me know which you'd prefer.
> MetaScanner.metaScan should use passed variable for meta table name rather
> than TableName.META_TABLE_NAME
> ---------------------------------------------------------------------------------------------------------
>
> Key: HBASE-20930
> URL: https://issues.apache.org/jira/browse/HBASE-20930
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 1.3.3
> Reporter: Vishal Khandelwal
> Assignee: Vishal Khandelwal
> Priority: Minor
> Fix For: 1.3.3
>
> Attachments: HBASE-20930.branch-1.3.patch
>
>
> MetaScanner.metaScan
> try (Table metaTable = new HTable(TableName.META_TABLE_NAME, connection,
> null)) {
> should be changed to
> metaScan(connection, visitor, userTableName, null, Integer.MAX_VALUE,
> metaTableName)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)