You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/05/30 00:26:19 UTC

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

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