[
https://issues.apache.org/jira/browse/HBASE-6662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448321#comment-13448321
]
Hudson commented on HBASE-6662:
-------------------------------
Integrated in HBase-0.94-security-on-Hadoop-23 #7 (See
[https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/7/])
HBASE-6662 Region server incorrectly reports its own address as master's
address (Revision 1377217)
Result = FAILURE
stack :
Files :
*
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
> Region server incorrectly reports its own address as master's address
> ---------------------------------------------------------------------
>
> Key: HBASE-6662
> URL: https://issues.apache.org/jira/browse/HBASE-6662
> Project: HBase
> Issue Type: Bug
> Reporter: Shrijeet Paliwal
> Assignee: Shrijeet Paliwal
> Priority: Minor
> Fix For: 0.92.2, 0.94.2
>
> Attachments:
> 0001-HBASE-6662-RS-incorrectly-reports-master-s-address-branch92.patch,
> 0001-HBASE-6662-RS-incorrectly-reports-master-s-address-trunk.patch
>
>
> Region server incorrectly reports its own address as Master's address while
> announcing successful connection to Master.
> Example: ine-51 is a RS connecting to master at ine-60
> {noformat}
> 2012-08-22 20:16:02,427 INFO
> org.apache.hadoop.hbase.regionserver.HRegionServer: Attempting connect to
> Master server at ine-60.rfiserve.net,60000,1345680901361
> 2012-08-22 20:16:09,501 INFO
> org.apache.hadoop.hbase.regionserver.HRegionServer: Connected to master at
> ine-51.rfiserve.net/172.22.2.51:60020
> {noformat}
> Bug is introduced by a typo, the variable *isa* is declared both as a field
> in class and local variable in the method printing this line.
> {code}
> LOG.info("Connected to master at " + isa);
> {code}
--
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