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 2219A105C3 for ; Mon, 20 Jan 2014 16:34:28 +0000 (UTC) Received: (qmail 66994 invoked by uid 500); 20 Jan 2014 16:34:25 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 66869 invoked by uid 500); 20 Jan 2014 16:34:24 -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 66793 invoked by uid 99); 20 Jan 2014 16:34:23 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jan 2014 16:34:23 +0000 Date: Mon, 20 Jan 2014 16:34:23 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10375) hbase-default.xml hbase.status.multicast.address.port does not match code 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-10375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876562#comment-13876562 ] stack commented on HBASE-10375: ------------------------------- +1 on all patches. > hbase-default.xml hbase.status.multicast.address.port does not match code > ------------------------------------------------------------------------- > > Key: HBASE-10375 > URL: https://issues.apache.org/jira/browse/HBASE-10375 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.0, 0.99.0, 0.96.1.1 > Reporter: Jonathan Hsieh > Assignee: Nicolas Liochon > Attachments: 10375.v1.98-96.patch, 10375.v1.patch > > > In hbase-default.xml > {code} > + > + hbase.status.multicast.address.port > + 6100 > + > + Multicast port to use for the status publication by multicast. > + > + > {code} > In HConstants it was 60100. > {code} > public static final String STATUS_MULTICAST_PORT = "hbase.status.multicast.port"; > public static final int DEFAULT_STATUS_MULTICAST_PORT = 16100; > {code} > (it was 60100 in the code for 0.96 and 0.98.) > I lean towards going with the code as opposed to the config file. -- This message was sent by Atlassian JIRA (v6.1.5#6160)