[ 
https://issues.apache.org/jira/browse/HBASE-10375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876534#comment-13876534
 ] 

Nicolas Liochon commented on HBASE-10375:
-----------------------------------------

Yep, it's a typo. The code is right.
This can be changed: if someone listens on the wrong port, its mttr will be 
decreased, but nothing else will be broken, and it won't impact the other nodes.

> 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
>
> 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.1.5#6160)

Reply via email to