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

Zhihong Yu commented on HBASE-4616:
-----------------------------------

{code}
  public byte[] getTableName() {
    if (tableName == null || tableName.length == 0) {
      tableName = getRegionName();
{code}
Is the above code right ?

In:
{code}
  public static byte [] getTableName(byte[] regionName, Configuration conf)
{code}
InterruptedException should be placed on the same line as IOException
catalogTracker.stop() should be in finally block.

There shouldn't be a space between l and right brace:
{code}
    if (region == null ){
{code}
                
> Update hregion encoded name to reduce logic and prevent region collisions in 
> META
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-4616
>                 URL: https://issues.apache.org/jira/browse/HBASE-4616
>             Project: HBase
>          Issue Type: Umbrella
>            Reporter: Alex Newman
>            Assignee: Alex Newman
>         Attachments: HBASE-4616-v2.patch, HBASE-4616-v3.patch, 
> HBASE-4616.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to