You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2017/03/31 22:40:42 UTC

[jira] [Updated] (HBASE-10375) hbase-default.xml hbase.status.multicast.address.port does not match code

     [ https://issues.apache.org/jira/browse/HBASE-10375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey updated HBASE-10375:
--------------------------------
    Hadoop Flags: Incompatible change,Reviewed  (was: Reviewed)

> 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
>             Fix For: 0.98.0, 0.96.2, 0.99.0
>
>         Attachments: 10375.v1.98-96.patch, 10375.v1.patch, 10375.v2.96-98.patch, 10375.v2.trunk.patch
>
>
> In hbase-default.xml
> {code}
> +  <property>
> +    <name>hbase.status.multicast.address.port</name>
> +    <value>6100</value>
> +    <description>
> +      Multicast port to use for the status publication by multicast.
> +    </description>
> +  </property>
> {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.3.15#6346)