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 D51F6106B3 for ; Thu, 29 Aug 2013 13:07:56 +0000 (UTC) Received: (qmail 80718 invoked by uid 500); 29 Aug 2013 13:07:56 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 80668 invoked by uid 500); 29 Aug 2013 13:07:56 -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 80647 invoked by uid 99); 29 Aug 2013 13:07:56 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Aug 2013 13:07:56 +0000 Date: Thu, 29 Aug 2013 13:07:56 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9326) ServerName is created using getLocalSocketAddress, breaks binding to the wildcard address. Revert HBASE-8640 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-9326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13753590#comment-13753590 ] Hudson commented on HBASE-9326: ------------------------------- FAILURE: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #701 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/701/]) HBASE-9371 Eliminate log spam when tailing files HBASE-9326 ServerName is created using getLocalSocketAddress, breaks binding to the wildcard address. Revert HBASE-8640 (jdcryans: rev 1518430) * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/fs/HFileSystem.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/ProtobufLogReader.java > ServerName is created using getLocalSocketAddress, breaks binding to the wildcard address. Revert HBASE-8640 > ------------------------------------------------------------------------------------------------------------ > > Key: HBASE-9326 > URL: https://issues.apache.org/jira/browse/HBASE-9326 > Project: HBase > Issue Type: Bug > Affects Versions: 0.95.2 > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Priority: Critical > Fix For: 0.98.0, 0.94.12, 0.96.0 > > Attachments: HBASE-9326.patch > > > In HBASE-8148 I added a way to bind to specific addresses, like 0.0.0.0, but right now in 0.95/trunk the ServerName is created using getLocalSocketAddress in RpcServer so 0.0.0.0 gets published in ZK. -- 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