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

stack commented on HBASE-4848:
------------------------------

{code}
Index: src/test/java/org/apache/hadoop/hbase/regionserver/TestScanner.java
===================================================================
--- src/test/java/org/apache/hadoop/hbase/regionserver/TestScanner.java 
(revision 1204819)
+++ src/test/java/org/apache/hadoop/hbase/regionserver/TestScanner.java 
(working copy)
@@ -263,7 +263,7 @@
 
       // Store some new information
 
-      HServerAddress address = new HServerAddress("foo.bar.com:1234");
+      HServerAddress address = new HServerAddress("www.example.com:1234");
 
       put = new Put(ROW_KEY, System.currentTimeMillis(), null);
       put.add(HConstants.CATALOG_FAMILY, HConstants.SERVER_QUALIFIER,
{code}

                
> TestScanner failing because hostname can't be null
> --------------------------------------------------
>
>                 Key: HBASE-4848
>                 URL: https://issues.apache.org/jira/browse/HBASE-4848
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>             Fix For: 0.90.5
>
>         Attachments: 4848.txt
>
>


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