You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/06/09 16:08:20 UTC

[jira] [Updated] (HBASE-8648) Call to equals() comparing different types in HRegionServer.handleReportForDutyResponse()

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

Ted Yu updated HBASE-8648:
--------------------------

    Attachment: 8648-v1.txt
    
> Call to equals() comparing different types in HRegionServer.handleReportForDutyResponse()
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-8648
>                 URL: https://issues.apache.org/jira/browse/HBASE-8648
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>            Priority: Minor
>         Attachments: 8648-v1.txt
>
>
> Here is related code:
> {code}
>           if (!this.serverNameFromMasterPOV.equals(this.isa.getHostName())) {
> {code}
> serverNameFromMasterPOV is of type ServerName but this.isa.getHostName() returns String

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