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

Hudson commented on HBASE-8645:
-------------------------------

Integrated in hbase-0.95-on-hadoop2 #123 (See 
[https://builds.apache.org/job/hbase-0.95-on-hadoop2/123/])
    HBASE-8645 Change ServerName so it uses hostname only, not FQDN hostnames 
(Revision 1490073)

     Result = FAILURE
stack : 
Files : 
* 
/hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/ServerName.java
* 
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* 
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
* 
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java
* 
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/Replication.java
* 
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/util/JVMClusterUtil.java
* 
/hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/TestServerName.java

                
> Change ServerName so it uses hostname  only, not FQDN hostnames
> ---------------------------------------------------------------
>
>                 Key: HBASE-8645
>                 URL: https://issues.apache.org/jira/browse/HBASE-8645
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.95.1
>
>         Attachments: 8645.txt, 8645.txt, 8645v2.txt, 8645v3.txt, 8645v4.txt, 
> 8645v5.txt
>
>
> No need of dragging around domain part of a hostname when we make 
> ServerNames.  Rather than do a.example.org,60000,12345 as we currently do, 
> just output: 1,60000,12345. This will make names displayed in UI and or shell 
> smaller.  Will also tighten up our logs a little, especially where ServerName 
> is part of a thrad name.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to