Ted Yu created HBASE-8648:
-----------------------------

             Summary: 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
            Priority: Minor


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

Reply via email to