Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 813EA9747 for ; Tue, 28 Aug 2012 00:49:10 +0000 (UTC) Received: (qmail 68742 invoked by uid 500); 28 Aug 2012 00:49:09 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 68696 invoked by uid 500); 28 Aug 2012 00:49:09 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 68663 invoked by uid 99); 28 Aug 2012 00:49:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2012 00:49:09 +0000 Date: Tue, 28 Aug 2012 11:49:09 +1100 (NCT) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <1009504424.4315.1346114949494.JavaMail.jiratomcat@arcas> In-Reply-To: <1170506655.3153.1345849739158.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-6662) Region server incorrectly reports its own address as master's address MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-6662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13442850#comment-13442850 ] Hudson commented on HBASE-6662: ------------------------------- Integrated in HBase-0.92-security #117 (See [https://builds.apache.org/job/HBase-0.92-security/117/]) HBASE-6662 Region server incorrectly reports its own address as master's address (Revision 1377216) Result = SUCCESS stack : Files : * /hbase/branches/0.92/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