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

Mikhail Bautin commented on HBASE-5031:
---------------------------------------

@Nicolas: TestScanner was only failing for this reason in 89-fb. Looking at the 
trunk version, I see that it does not use HServerAddress (which is deprecated 
in trunk) and does not perform a hostname lookup on "bar.foo.com". So yes, this 
is only relevant to 89-fb.
                
> [89-fb] Remove hard-coded non-existent host name from TestScanner 
> ------------------------------------------------------------------
>
>                 Key: HBASE-5031
>                 URL: https://issues.apache.org/jira/browse/HBASE-5031
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Mikhail Bautin
>            Priority: Minor
>         Attachments: D867.1.patch
>
>
> TestScanner is failing on 0.89-fb because it has a hard-coded fake host name 
> that it is trying to look up. Replacing this with 127.0.0.1:<random_port> 
> instead.

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