You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Gray (Created) (JIRA)" <ji...@apache.org> on 2011/10/18 01:45:10 UTC

[jira] [Created] (HBASE-4609) ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead

ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead
---------------------------------------------------------------------------------------------------------

                 Key: HBASE-4609
                 URL: https://issues.apache.org/jira/browse/HBASE-4609
             Project: HBase
          Issue Type: Bug
          Components: thrift
    Affects Versions: 0.92.0, 0.94.0
            Reporter: Jonathan Gray
            Assignee: Jonathan Gray
            Priority: Minor
             Fix For: 0.92.0


ThriftServer.getRegionInfo() is expecting the old ServerName that doesn't include start code.  Need to fix.

--
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

        

[jira] [Updated] (HBASE-4609) ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead

Posted by "Ted Yu (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-4609:
--------------------------

    Status: Open  (was: Patch Available)
    
> ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4609
>                 URL: https://issues.apache.org/jira/browse/HBASE-4609
>             Project: HBase
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 0.92.0, 0.94.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4609-v1.patch
>
>
> ThriftServer.getRegionInfo() is expecting the old ServerName that doesn't include start code.  Need to fix.

--
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

        

[jira] [Updated] (HBASE-4609) ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead

Posted by "Ted Yu (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-4609:
--------------------------

    Status: Patch Available  (was: Open)
    
> ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4609
>                 URL: https://issues.apache.org/jira/browse/HBASE-4609
>             Project: HBase
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 0.92.0, 0.94.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: 4609-v2.txt, HBASE-4609-v1.patch
>
>
> ThriftServer.getRegionInfo() is expecting the old ServerName that doesn't include start code.  Need to fix.

--
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

        

[jira] [Issue Comment Edited] (HBASE-4609) ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead

Posted by "Ted Yu (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142511#comment-13142511 ] 

Ted Yu edited comment on HBASE-4609 at 11/2/11 9:23 PM:
--------------------------------------------------------

Patch v2 doesn't apply cleanly on 0.92
I don't see getRegionInfo() in ThriftServer there.
                
      was (Author: yuzhihong@gmail.com):
    Patch v2 doesn't apply cleanly on 0.92
A separate patch needs to be prepared.
                  
> ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4609
>                 URL: https://issues.apache.org/jira/browse/HBASE-4609
>             Project: HBase
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 0.92.0, 0.94.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: 4609-v2.txt, HBASE-4609-v1.patch
>
>
> ThriftServer.getRegionInfo() is expecting the old ServerName that doesn't include start code.  Need to fix.

--
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

        

[jira] [Commented] (HBASE-4609) ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead

Posted by "Ted Yu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142506#comment-13142506 ] 

Ted Yu commented on HBASE-4609:
-------------------------------

The test failures were caused by 'Too many open files'
                
> ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4609
>                 URL: https://issues.apache.org/jira/browse/HBASE-4609
>             Project: HBase
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 0.92.0, 0.94.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: 4609-v2.txt, HBASE-4609-v1.patch
>
>
> ThriftServer.getRegionInfo() is expecting the old ServerName that doesn't include start code.  Need to fix.

--
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

        

[jira] [Commented] (HBASE-4609) ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142835#comment-13142835 ] 

Hudson commented on HBASE-4609:
-------------------------------

Integrated in HBase-TRUNK #2404 (See [https://builds.apache.org/job/HBase-TRUNK/2404/])
    HBASE-4609  ThriftServer.getRegionInfo() is expecting old ServerName format, need to
               use new Addressing class instead (Jonathan Gray)

tedyu : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/thrift/ThriftServer.java

                
> ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4609
>                 URL: https://issues.apache.org/jira/browse/HBASE-4609
>             Project: HBase
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 0.94.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.94.0
>
>         Attachments: 4609-v2.txt, HBASE-4609-v1.patch
>
>
> ThriftServer.getRegionInfo() is expecting the old ServerName that doesn't include start code.  Need to fix.

--
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

        

[jira] [Commented] (HBASE-4609) ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead

Posted by "Ted Yu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142706#comment-13142706 ] 

Ted Yu commented on HBASE-4609:
-------------------------------

Integrated patch v2 to TRUNK.

Thanks for the patch Jonathan.

Thanks for the review Stack.
                
> ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4609
>                 URL: https://issues.apache.org/jira/browse/HBASE-4609
>             Project: HBase
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 0.94.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.94.0
>
>         Attachments: 4609-v2.txt, HBASE-4609-v1.patch
>
>
> ThriftServer.getRegionInfo() is expecting the old ServerName that doesn't include start code.  Need to fix.

--
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

        

[jira] [Commented] (HBASE-4609) ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13134811#comment-13134811 ] 

stack commented on HBASE-4609:
------------------------------

+1
                
> ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4609
>                 URL: https://issues.apache.org/jira/browse/HBASE-4609
>             Project: HBase
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 0.92.0, 0.94.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4609-v1.patch
>
>
> ThriftServer.getRegionInfo() is expecting the old ServerName that doesn't include start code.  Need to fix.

--
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

        

[jira] [Commented] (HBASE-4609) ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142255#comment-13142255 ] 

Hadoop QA commented on HBASE-4609:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12501968/4609-v2.txt
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    -1 javadoc.  The javadoc tool appears to have generated -165 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    -1 findbugs.  The patch appears to introduce 42 new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

     -1 core tests.  The patch failed these unit tests:
                       org.apache.hadoop.hbase.master.TestDistributedLogSplitting
                  org.apache.hadoop.hbase.master.TestMasterFailover

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/139//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/139//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/139//console

This message is automatically generated.
                
> ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4609
>                 URL: https://issues.apache.org/jira/browse/HBASE-4609
>             Project: HBase
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 0.92.0, 0.94.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: 4609-v2.txt, HBASE-4609-v1.patch
>
>
> ThriftServer.getRegionInfo() is expecting the old ServerName that doesn't include start code.  Need to fix.

--
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

        

[jira] [Updated] (HBASE-4609) ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead

Posted by "Ted Yu (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-4609:
--------------------------

    Affects Version/s:     (was: 0.92.0)
        Fix Version/s:     (was: 0.92.0)
                       0.94.0
    
> ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4609
>                 URL: https://issues.apache.org/jira/browse/HBASE-4609
>             Project: HBase
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 0.94.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.94.0
>
>         Attachments: 4609-v2.txt, HBASE-4609-v1.patch
>
>
> ThriftServer.getRegionInfo() is expecting the old ServerName that doesn't include start code.  Need to fix.

--
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

        

[jira] [Updated] (HBASE-4609) ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead

Posted by "Ted Yu (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-4609:
--------------------------

    Attachment: 4609-v2.txt
    
> ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4609
>                 URL: https://issues.apache.org/jira/browse/HBASE-4609
>             Project: HBase
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 0.92.0, 0.94.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: 4609-v2.txt, HBASE-4609-v1.patch
>
>
> ThriftServer.getRegionInfo() is expecting the old ServerName that doesn't include start code.  Need to fix.

--
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

        

[jira] [Updated] (HBASE-4609) ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead

Posted by "Ted Yu (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-4609:
--------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed
          Status: Resolved  (was: Patch Available)
    
> ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4609
>                 URL: https://issues.apache.org/jira/browse/HBASE-4609
>             Project: HBase
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 0.94.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.94.0
>
>         Attachments: 4609-v2.txt, HBASE-4609-v1.patch
>
>
> ThriftServer.getRegionInfo() is expecting the old ServerName that doesn't include start code.  Need to fix.

--
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

        

[jira] [Commented] (HBASE-4609) ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead

Posted by "Ted Yu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142511#comment-13142511 ] 

Ted Yu commented on HBASE-4609:
-------------------------------

Patch v2 doesn't apply cleanly on 0.92
A separate patch needs to be prepared.
                
> ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4609
>                 URL: https://issues.apache.org/jira/browse/HBASE-4609
>             Project: HBase
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 0.92.0, 0.94.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: 4609-v2.txt, HBASE-4609-v1.patch
>
>
> ThriftServer.getRegionInfo() is expecting the old ServerName that doesn't include start code.  Need to fix.

--
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

        

[jira] [Commented] (HBASE-4609) ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139465#comment-13139465 ] 

stack commented on HBASE-4609:
------------------------------

Want to commit Jon?
                
> ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4609
>                 URL: https://issues.apache.org/jira/browse/HBASE-4609
>             Project: HBase
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 0.92.0, 0.94.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4609-v1.patch
>
>
> ThriftServer.getRegionInfo() is expecting the old ServerName that doesn't include start code.  Need to fix.

--
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

        

[jira] [Updated] (HBASE-4609) ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead

Posted by "Jonathan Gray (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gray updated HBASE-4609:
---------------------------------

    Status: Patch Available  (was: Open)
    
> ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4609
>                 URL: https://issues.apache.org/jira/browse/HBASE-4609
>             Project: HBase
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 0.92.0, 0.94.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4609-v1.patch
>
>
> ThriftServer.getRegionInfo() is expecting the old ServerName that doesn't include start code.  Need to fix.

--
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

        

[jira] [Updated] (HBASE-4609) ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead

Posted by "Jonathan Gray (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gray updated HBASE-4609:
---------------------------------

    Attachment: HBASE-4609-v1.patch

As advertised.  Against trunk.
                
> ThriftServer.getRegionInfo() is expecting old ServerName format, need to use new Addressing class instead
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4609
>                 URL: https://issues.apache.org/jira/browse/HBASE-4609
>             Project: HBase
>          Issue Type: Bug
>          Components: thrift
>    Affects Versions: 0.92.0, 0.94.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4609-v1.patch
>
>
> ThriftServer.getRegionInfo() is expecting the old ServerName that doesn't include start code.  Need to fix.

--
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