You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Rishit Shroff (JIRA)" <ji...@apache.org> on 2014/02/14 01:26:20 UTC

[jira] [Assigned] (HBASE-7737) [89-fb] Force to generate the hostAddress:port as stringValue in HServerAddress

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

Rishit Shroff reassigned HBASE-7737:
------------------------------------

    Assignee: Rishit Shroff

> [89-fb] Force to generate the hostAddress:port as stringValue in HServerAddress
> -------------------------------------------------------------------------------
>
>                 Key: HBASE-7737
>                 URL: https://issues.apache.org/jira/browse/HBASE-7737
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>            Reporter: Rishit Shroff
>            Assignee: Rishit Shroff
>            Priority: Trivial
>
> There is a serious bug in HServerAddress, who depends on the stringValue [class variable] for comparison. This variable is supposed to be host_ip_address:port. 
> However, there is one constructor which allows user to pass a string as host_ip_address directly. This constructor is buggy because some caller may pass the host name instead of host ip address. And we found out one case in the HBase client.
> The fix is to normalize the stringValue generation by calling the existing function getHostAddressWithPort.
> For example:
> this.stringValue = getHostAddressWithPort();



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)