[ 
https://issues.apache.org/jira/browse/HBASE-8645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-8645:
-------------------------

    Attachment: 8645.txt

On construction of a  ServerName, if a domain part, drop it before creating 
ServerName.

Small change in JVMClusterUtil to shorten Master to M and RegionServer to RS 
when used as part of thread names.
                
> 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
>         Attachments: 8645.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