[
https://issues.apache.org/jira/browse/HBASE-3148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924456#action_12924456
]
Jeff Zhang commented on HBASE-3148:
-----------------------------------
When I learn the hbase code, I found that there's a duplicate check table name
in HBaseAdmin's createTable method.
Line 282 in createTable method do one check and line 332 do another check in
createTableAsync which is called by createTable. I believe one check can been
removed.
> Duplicate check table name in HBaseAdmin's createTable method
> -------------------------------------------------------------
>
> Key: HBASE-3148
> URL: https://issues.apache.org/jira/browse/HBASE-3148
> Project: HBase
> Issue Type: Improvement
> Components: client
> Reporter: Jeff Zhang
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.