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

qgxiaozhan edited comment on HBASE-16222 at 7/13/16 12:49 PM:
--------------------------------------------------------------

 DNS queries should be case insensitive is OK, but at master will compare the 
hostname 。but when we compare HostName it can't be equals。
like:
 public boolean containsServer(HostAndPort hostPort) {
    return servers.contains(hostPort);
  }


was (Author: qgxiaozhan):
 DNS queries should be case insensitive is OK, but at master will compare the 
hostname 。but when we compare HostName it can't be equals。

> RegionServer hostName is different between zk  and hbase:meta
> -------------------------------------------------------------
>
>                 Key: HBASE-16222
>                 URL: https://issues.apache.org/jira/browse/HBASE-16222
>             Project: HBase
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 1.1.2
>            Reporter: qgxiaozhan
>            Priority: Minor
>         Attachments: HBASE-16222.patch
>
>
> I migrated rs-group in 1.1.2version,and found regionserver host is different 
> between zk and meta table. 
> For example, host BeiJIN.98.100.hbase.com In zk or master is 
> beijin.98.100.hbase.com , but in meter table  is BeiJIN.98.199.hbase.com. 
> Because of this , when rsgroup balance compare host , that cause problem 。 
> And i found when regionserver report host to master , it will make the 
> hostname to lowcase。



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to